1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

warnings 2

This commit is contained in:
LaurentBerger
2016-12-16 09:23:21 +01:00
parent f92c9ddb43
commit 8415b907bb
+1 -1
View File
@@ -3,7 +3,7 @@
using namespace cv;
using namespace std;
enum {MyCIRCLE=0,MyRECTANGLE,MyELLIPSE}MyShape;
enum MyShape{MyCIRCLE=0,MyRECTANGLE,MyELLIPSE};
struct ParamColorMar {
int iColormap;