Changed private to protected.
This commit is contained in:
parent
82139fae78
commit
d8c82e17af
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user