Changes required for SUN Solaris port...

This commit is contained in:
Don BURNS
2002-03-18 21:56:00 +00:00
parent 45de7a5815
commit eb0587b5fb
6 changed files with 11 additions and 9 deletions

View File

@@ -92,6 +92,7 @@ class OSGGLUT_EXPORT Viewer : public Window, public osgUtil::GUIActionAdapter
osg::DisplaySettings* getDisplaySettings() { return _displaySettings.get(); }
const osg::DisplaySettings* getDisplaySettings() const { return _displaySettings.get(); }
typedef std::vector<osg::ref_ptr<osgUtil::CameraManipulator> > CameraManipList;
protected:
@@ -109,7 +110,6 @@ class OSGGLUT_EXPORT Viewer : public Window, public osgUtil::GUIActionAdapter
static Viewer* s_theViewer;
typedef std::vector<osg::ref_ptr<osgUtil::CameraManipulator> > CameraManipList;
struct ViewportDef
{