Changed shared_ptr to unique_ptr for Priv storage in fluid::View

This commit is contained in:
Ruslan Garnov
2019-11-13 15:46:52 +03:00
parent 6c93e42d94
commit 65ccafd494
6 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -101,7 +101,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);
}