Merge pull request #15907 from rgarnov:rg/unique_ptr_for_priv_in_fluid

This commit is contained in:
Alexander Alekhin
2020-04-07 14:51:14 +00:00
7 changed files with 42 additions and 26 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ namespace
GAPI_FLUID_KERNEL(GClone, I::GClone, false)
{
static const int Window = 1;
static void run(const cv::gapi::fluid::View&, cv::gapi::fluid::Buffer)
static void run(const cv::gapi::fluid::View&, cv::gapi::fluid::Buffer&)
{
HeteroGraph::registerCallKernel(KernelTags::FLUID_CUSTOM_CLONE);
}