Removed const to try and avoid Sun compiler error
This commit is contained in:
parent
497604a192
commit
11ccf8f936
@ -52,7 +52,7 @@ class OSGMANIPULATOR_EXPORT PointerInfo
|
||||
}
|
||||
|
||||
|
||||
bool completed() const { return _hitIter==_hitList.end(); }
|
||||
bool completed() { return _hitIter==_hitList.end(); }
|
||||
|
||||
void next()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user