Changed check() method name to checkConsistency() to avoid perculiar OSX Tiger build error.
This commit is contained in:
@@ -531,7 +531,7 @@ bool GeoSet::computeBound() const
|
||||
return true;
|
||||
}
|
||||
|
||||
bool GeoSet::check() const
|
||||
bool GeoSet::checkConsistency() const
|
||||
{
|
||||
if( _coords == (Vec3 *)0 ) return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user