1 warning corrected

This commit is contained in:
Nico Pietroni 2005-11-23 15:55:35 +00:00
parent a671530c73
commit 5397953b4b
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.14 2005/11/07 14:15:36 pietroni
added dynamic spatial hashing class for dynamic updating of entries (and relative functions)
Revision 1.13 2005/10/05 17:04:18 pietroni
corrected bug on Set Function .... bbox must be exetended in order to have'nt any object on his borde
@ -244,7 +247,7 @@ namespace vcg{
}
}
virtual void _UpdateHMark(ObjType* s){}
virtual void _UpdateHMark(ObjType* s){(void)s;}
///insert an element in a specified cell if the cell doesn't exist than
///create it.