From Vincent Vivanloc, Removed commas from end of enum lists, and removed semi-colon

from end of namespace.
This commit is contained in:
Robert Osfield
2006-07-12 09:50:45 +00:00
parent 5e9b7bef88
commit 519157aeab
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */
};

View File

@@ -65,6 +65,6 @@ class OSGGA_EXPORT GUIEventHandlerVisitor
};
};
}
#endif