Doh! Forgot a const in the getbbox of Face Base

This commit is contained in:
Paolo Cignoni 2010-03-18 10:28:10 +00:00
parent 4ee60382b0
commit cf872a327c
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ static int &LastBitFlag()
void ClearUserBit(int userBit){this->Flags() &= (~userBit);}
void GetBBox(Box3<typename ParentType::ScalarType>& bb )
void GetBBox(Box3<typename ParentType::ScalarType>& bb ) const
{
if(this->IsD()) {
bb.SetNull();