Fix OS X build
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Thu, 11 Oct 2012 11:36:47 +0000 (15:36 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Thu, 11 Oct 2012 11:36:47 +0000 (15:36 +0400)
modules/imgproc/src/color.cpp

index e0ed0fa..fd068d0 100644 (file)
@@ -181,7 +181,6 @@ private:
     Mat& dst;
     const Cvt& cvt;
 
-    CvtColorLoop_Invoker(const CvtColorLoop_Invoker&);
     const CvtColorLoop_Invoker& operator= (const CvtColorLoop_Invoker&);
 };