Added const qualifier in GetBBox method.

This commit is contained in:
Marco Di Benedetto 2005-09-28 19:32:09 +00:00
parent c553959046
commit 3a76ce3a01
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.28 2005/06/17 00:43:34 cignoni
Added a named typedef for the per wedge TexCoordinate
Revision 1.27 2005/03/18 16:35:53 fiorin
minor changes to comply gcc compiler
@ -950,7 +953,7 @@ public:
* Bounding box *
**********************/
void GetBBox( BoxType & bb )
void GetBBox( BoxType & bb ) const
{
bb.Set( v[0]->P() );
bb.Add( v[1]->P() );