From b92ee3c95d451703e3c087cd2c1e3848818a6db9 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Sat, 13 Jul 2002 02:46:06 +0000 Subject: [PATCH] put a typedef in public area of class for sun compilers --- include/osgGLUT/Viewer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {