From cfbe1314dfaca55d54ca798cdf5608a2466d9272 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 11 May 2004 14:33:46 +0000 Subject: [PATCH] changed to grid_static_obj to grid_static_ptr --- vcg/space/index/grid_static_ptr.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/index/grid_static_ptr.h b/vcg/space/index/grid_static_ptr.h index c846de71..e7b6e8a4 100644 --- a/vcg/space/index/grid_static_ptr.h +++ b/vcg/space/index/grid_static_ptr.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/05/10 14:44:13 ganovelli +created + Revision 1.1 2004/03/08 09:21:31 cignoni Initial commit @@ -376,7 +379,7 @@ public: } } // Push della sentinella - links.push_back( Link(NULL,grid.size()-1) ); + links.push_back( Link((typename ContainerType::iterator)NULL,(grid.size()-1))); // Ordinamento dei links sort( links.begin(), links.end() );