diff --git a/include/osgGA/GUIEventAdapter b/include/osgGA/GUIEventAdapter index fe6a337f6..8efc539f1 100644 --- a/include/osgGA/GUIEventAdapter +++ b/include/osgGA/GUIEventAdapter @@ -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 */ }; diff --git a/include/osgGA/GUIEventHandlerVisitor b/include/osgGA/GUIEventHandlerVisitor index 6088439f8..2fd4f1f28 100644 --- a/include/osgGA/GUIEventHandlerVisitor +++ b/include/osgGA/GUIEventHandlerVisitor @@ -65,6 +65,6 @@ class OSGGA_EXPORT GUIEventHandlerVisitor }; -}; +} #endif