Added private operator=.
authorDaniel Angelov <dani_angelov@yahoo.com>
Sun, 21 Jul 2013 07:08:11 +0000 (10:08 +0300)
committerDaniel Angelov <dani_angelov@yahoo.com>
Sun, 21 Jul 2013 07:08:11 +0000 (10:08 +0300)
modules/imgproc/src/lsd.cpp

index 8fcec59..0ab6a9d 100644 (file)
@@ -282,6 +282,8 @@ private:
         double p;                 // probability of a point with angle within 'prec'
     };
 
+    LineSegmentDetectorImpl& operator= (const LineSegmentDetectorImpl&); // to quiet MSVC
+
 /**
  * Detect lines in the whole input image.
  *