Kaydet (Commit) 83b86f20 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wduplicate-enum

Change-Id: I7ee0dee0ac35b9a678c76b8ebcb43c8ce5531709
üst e537c807
......@@ -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,
......
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