Change the className() functions from non const to const to be consistent with the
osg::Object definition.
This commit is contained in:
@@ -31,7 +31,7 @@ class OSGGA_EXPORT DriveManipulator : public CameraManipulator
|
||||
|
||||
DriveManipulator();
|
||||
|
||||
virtual const char* className() { return "Drive"; }
|
||||
virtual const char* className() const { return "Drive"; }
|
||||
|
||||
virtual void setNode(osg::Node*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user