Added private operator=.

pull/1119/head
Daniel Angelov 12 years ago
parent cedd768397
commit 68e348f960
  1. 2
      modules/imgproc/src/lsd.cpp

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

Loading…
Cancel
Save