fixed compile error
authorVladislav Vinogradov <no@email>
Tue, 14 Feb 2012 11:29:08 +0000 (11:29 +0000)
committerVladislav Vinogradov <no@email>
Tue, 14 Feb 2012 11:29:08 +0000 (11:29 +0000)
modules/imgproc/src/morph.cpp

index d8921b5..432d026 100644 (file)
@@ -1099,10 +1099,7 @@ private:
     Point anchor;
     int rowBorderType;
     int columnBorderType;
-    const Scalar& borderValue;
-
-       MorphologyRunner(const MorphologyRunner&);
-       MorphologyRunner& operator=(const MorphologyRunner&);
+    Scalar borderValue;
 };
 
 static void morphOp( int op, InputArray _src, OutputArray _dst,