From Farshid Lashkari, compile fix

This commit is contained in:
Robert Osfield
2005-12-20 09:13:59 +00:00
parent aef81ae00d
commit bcd082db3d

View File

@@ -101,7 +101,7 @@ bool Switch::insertChild( unsigned int index, Node *child, bool value )
bool Switch::removeChild( Node *child )
{
removeChild( getChildIndex(child) );
return removeChild( getChildIndex(child) );
}
bool Switch::removeChild(unsigned int pos,unsigned int numChildrenToRemove)