From 07c3503dbb1ee0d5bab02734be7c4ce235f265bc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 13 Apr 2007 13:19:29 +0000 Subject: [PATCH] Changed hitItr to be a const_iterator. --- include/osgManipulator/Dragger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgManipulator/Dragger b/include/osgManipulator/Dragger index e4908e2ed..3f54f81d8 100644 --- a/include/osgManipulator/Dragger +++ b/include/osgManipulator/Dragger @@ -115,7 +115,7 @@ class OSGMANIPULATOR_EXPORT PointerInfo osg::Camera* _camera; IntersectionList _hitList; - IntersectionList::iterator _hitIter; + IntersectionList::const_iterator _hitIter; osg::Matrix _MVPW; osg::Matrix _inverseMVPW;