Changed check() method name to checkConsistency() to avoid perculiar OSX Tiger build error.
This commit is contained in:
parent
a44e33795d
commit
1ae62b2f19
@ -19,4 +19,6 @@ INSTFILES = \
|
||||
|
||||
EXEC = osgconv
|
||||
|
||||
INC += $(X_INC)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
|
@ -531,7 +531,7 @@ bool GeoSet::computeBound() const
|
||||
return true;
|
||||
}
|
||||
|
||||
bool GeoSet::check() const
|
||||
bool GeoSet::checkConsistency() const
|
||||
{
|
||||
if( _coords == (Vec3 *)0 ) return false;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user