Changed check() method name to checkConsistency() to avoid perculiar OSX Tiger build error.

This commit is contained in:
Robert Osfield
2005-05-05 19:46:04 +00:00
parent a44e33795d
commit 1ae62b2f19
3 changed files with 4 additions and 2 deletions

View File

@@ -531,7 +531,7 @@ bool GeoSet::computeBound() const
return true;
}
bool GeoSet::check() const
bool GeoSet::checkConsistency() const
{
if( _coords == (Vec3 *)0 ) return false;