-Werror,-Wduplicate-enum
Change-Id: I7ee0dee0ac35b9a678c76b8ebcb43c8ce5531709
This commit is contained in:
parent
e537c807fb
commit
83b86f20c0
@ -70,7 +70,8 @@ const double THRESHOLD = 0.0001;
|
||||
|
||||
enum DrawObjectType
|
||||
{
|
||||
OT_UNDEFINED,
|
||||
OT_UNDEFINED = 0,
|
||||
|
||||
OT_SELECT = 0,
|
||||
OT_HAND = 1,
|
||||
OT_LINE = 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user