C++ and/or gcc sucks for not allowing commas at the end of enums; this compiled in Visual Studio.
git-svn-id: svn://10.0.0.236/trunk@228364 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2be08514f3
commit
f42533923d
@ -248,8 +248,7 @@ enum {
|
||||
|
||||
// Box layout bits
|
||||
NS_STATE_IS_HORIZONTAL = 0x00400000,
|
||||
NS_STATE_IS_DIRECTION_NORMAL = 0x80000000,
|
||||
|
||||
NS_STATE_IS_DIRECTION_NORMAL = 0x80000000
|
||||
};
|
||||
|
||||
// Helper macros
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user