From cf872a327c06c540690599d235faeb8095d6663c Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 18 Mar 2010 10:28:10 +0000 Subject: [PATCH] Doh! Forgot a const in the getbbox of Face Base --- vcg/simplex/face/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/face/base.h b/vcg/simplex/face/base.h index d337ec59..71becc43 100644 --- a/vcg/simplex/face/base.h +++ b/vcg/simplex/face/base.h @@ -288,7 +288,7 @@ static int &LastBitFlag() void ClearUserBit(int userBit){this->Flags() &= (~userBit);} - void GetBBox(Box3& bb ) + void GetBBox(Box3& bb ) const { if(this->IsD()) { bb.SetNull();