mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
warnings 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user