diff --git a/include/osgManipulator/Dragger b/include/osgManipulator/Dragger index 1a3668c7e..e7764dc13 100644 --- a/include/osgManipulator/Dragger +++ b/include/osgManipulator/Dragger @@ -52,7 +52,7 @@ class OSGMANIPULATOR_EXPORT PointerInfo } - bool completed() const { return _hitIter==_hitList.end(); } + bool completed() { return _hitIter==_hitList.end(); } void next() {