Commit 8415b907 authored by LaurentBerger's avatar LaurentBerger

warnings 2

parent f92c9ddb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment