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

@ -19,4 +19,6 @@ INSTFILES = \
EXEC = osgconv
INC += $(X_INC)
include $(TOPDIR)/Make/makerules

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;

View File

@ -316,7 +316,7 @@ class GeoSet : public Drawable
*/
virtual void drawImplementation(State&) const {}
bool check() const;
bool checkConsistency() const;
/** function object which is used to handling the clean up of attribute arrays