From 5397953b4be9c445d7b302153dea9fefe8e3a469 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 23 Nov 2005 15:55:35 +0000 Subject: [PATCH] 1 warning corrected --- vcg/space/index/spatial_hashing.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/index/spatial_hashing.h b/vcg/space/index/spatial_hashing.h index b48840f3..39c55dc1 100644 --- a/vcg/space/index/spatial_hashing.h +++ b/vcg/space/index/spatial_hashing.h @@ -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.