Remove comma at end of enum.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4763 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2014-04-07 20:17:20 +00:00
parent c0df3c33b0
commit 4e5075d93c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ enum EFOCUS_FLAG
EFF_SET_ON_TAB = 0x8,
//! When set it's possible to set the focus to disabled elements.
EFF_CAN_FOCUS_DISABLED = 0x16,
EFF_CAN_FOCUS_DISABLED = 0x16
};
} // namespace gui