From 11ccf8f936c9d6112b3d7e54c5e4febcda29e6fe Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 5 Jun 2007 08:46:32 +0000 Subject: [PATCH] Removed const to try and avoid Sun compiler error --- include/osgManipulator/Dragger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {