Changed private to protected.

This commit is contained in:
Robert Osfield 2003-03-27 17:20:21 +00:00
parent 82139fae78
commit d8c82e17af

View File

@ -58,7 +58,7 @@ class OSGGA_EXPORT AnimationPathManipulator : public CameraManipulator
/** Get the keyboard and mouse usage of this manipulator.*/
virtual void getUsage(osg::ApplicationUsage& usage) const;
private:
protected:
bool _valid;