diff --git a/include/osgWidget/EventInterface b/include/osgWidget/EventInterface index 80e275689..06d586c95 100644 --- a/include/osgWidget/EventInterface +++ b/include/osgWidget/EventInterface @@ -400,7 +400,7 @@ class OSGWIDGET_EXPORT EventInterface bool canKeyUp () const { return (_eventMask & EVENT_KEY_UP) != 0; } private: - typedef std::list > CallbackList; + typedef std::list > CallbackList; unsigned int _eventMask; CallbackList _callbacks;