From Vincent Vivanloc, Removed commas from end of enum lists, and removed semi-colon
from end of namespace.
This commit is contained in:
@@ -204,7 +204,7 @@ public:
|
||||
KEY_Super_L = 0xFFEB, /* Left super */
|
||||
KEY_Super_R = 0xFFEC, /* Right super */
|
||||
KEY_Hyper_L = 0xFFED, /* Left hyper */
|
||||
KEY_Hyper_R = 0xFFEE, /* Right hyper */
|
||||
KEY_Hyper_R = 0xFFEE /* Right hyper */
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -65,6 +65,6 @@ class OSGGA_EXPORT GUIEventHandlerVisitor
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user