Removed const to try and avoid Sun compiler error

This commit is contained in:
Robert Osfield 2007-06-05 08:46:32 +00:00
parent 497604a192
commit 11ccf8f936

View File

@ -52,7 +52,7 @@ class OSGMANIPULATOR_EXPORT PointerInfo
} }
bool completed() const { return _hitIter==_hitList.end(); } bool completed() { return _hitIter==_hitList.end(); }
void next() void next()
{ {