Commit 4e5075d9 authored by cutealien's avatar cutealien

Remove comma at end of enum.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4763 dfc29bdd-3216-0410-991c-e03cc46cb475
parent c0df3c33
...@@ -28,7 +28,7 @@ enum EFOCUS_FLAG ...@@ -28,7 +28,7 @@ enum EFOCUS_FLAG
EFF_SET_ON_TAB = 0x8, EFF_SET_ON_TAB = 0x8,
//! When set it's possible to set the focus to disabled elements. //! When set it's possible to set the focus to disabled elements.
EFF_CAN_FOCUS_DISABLED = 0x16, EFF_CAN_FOCUS_DISABLED = 0x16
}; };
} // namespace gui } // namespace gui
......
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