diff --git a/include/osgGLUT/Viewer b/include/osgGLUT/Viewer index 6624ba95f..0e6983e32 100644 --- a/include/osgGLUT/Viewer +++ b/include/osgGLUT/Viewer @@ -93,6 +93,8 @@ class OSGGLUT_EXPORT Viewer : public Window, public osgGA::GUIActionAdapter osg::DisplaySettings* getDisplaySettings() { return _displaySettings.get(); } const osg::DisplaySettings* getDisplaySettings() const { return _displaySettings.get(); } + typedef std::vector > CameraManipList; + protected: virtual void clear(); @@ -111,7 +113,6 @@ class OSGGLUT_EXPORT Viewer : public Window, public osgGA::GUIActionAdapter static Viewer* s_theViewer; - typedef std::vector > CameraManipList; struct ViewportDef {