From 530e08aaa12087ecd9b042b098d46b4e4055154e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 25 Oct 2004 17:41:54 +0000 Subject: [PATCH] Made getHomePosition const. --- include/osgGA/MatrixManipulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgGA/MatrixManipulator b/include/osgGA/MatrixManipulator index a09b69f4b..b5c6ac0b7 100644 --- a/include/osgGA/MatrixManipulator +++ b/include/osgGA/MatrixManipulator @@ -124,7 +124,7 @@ public: } /** Get the mnaully set home position. */ - virtual void getHomePosition(osg::Vec3d& eye, osg::Vec3d& center, osg::Vec3d& up) + virtual void getHomePosition(osg::Vec3d& eye, osg::Vec3d& center, osg::Vec3d& up) const { eye = _homeEye; center = _homeCenter;