Changed hitItr to be a const_iterator.

This commit is contained in:
Robert Osfield 2007-04-13 13:19:29 +00:00
parent 06c3dd3500
commit 07c3503dbb

View File

@ -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;