Skip to content

Commit 68e348f

Browse files
committed
Added private operator=.
1 parent cedd768 commit 68e348f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/imgproc/src/lsd.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ class LineSegmentDetectorImpl : public LineSegmentDetector
282282
double p; // probability of a point with angle within 'prec'
283283
};
284284

285+
LineSegmentDetectorImpl& operator= (const LineSegmentDetectorImpl&); // to quiet MSVC
286+
285287
/**
286288
* Detect lines in the whole input image.
287289
*

0 commit comments

Comments
 (0)