From d8c82e17af66f1b6a40d906e16e12d5da9b09305 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 27 Mar 2003 17:20:21 +0000 Subject: [PATCH] Changed private to protected. --- include/osgGA/AnimationPathManipulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgGA/AnimationPathManipulator b/include/osgGA/AnimationPathManipulator index 2d6cc560e..8eaed78b2 100644 --- a/include/osgGA/AnimationPathManipulator +++ b/include/osgGA/AnimationPathManipulator @@ -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;