put a typedef in public area of class for sun compilers

This commit is contained in:
Don BURNS 2002-07-13 02:46:06 +00:00
parent bbc6779f95
commit b92ee3c95d

View File

@ -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<osg::ref_ptr<osgGA::CameraManipulator> > 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<osg::ref_ptr<osgGA::CameraManipulator> > CameraManipList;
struct ViewportDef
{