Skip to content

Commit

Permalink
Changed hitItr to be a const_iterator.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Apr 13, 2007
1 parent 602b819 commit 86cc128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/osgManipulator/Dragger
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 86cc128

Please sign in to comment.