put a typedef in public area of class for sun compilers
This commit is contained in:
parent
bbc6779f95
commit
b92ee3c95d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user