From 711c985689a89e41e4092e739a1de14c15c6b934 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 1 Jul 2008 12:37:27 +0000 Subject: [PATCH] update to the new single template BasicGrid --- vcg/complex/trimesh/clustering.h | 2 +- vcg/space/index/grid_static_obj.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/complex/trimesh/clustering.h b/vcg/complex/trimesh/clustering.h index 39e480b0..7becb097 100644 --- a/vcg/complex/trimesh/clustering.h +++ b/vcg/complex/trimesh/clustering.h @@ -269,7 +269,7 @@ class Clustering } - BasicGrid Grid; + BasicGrid Grid; #ifdef _MSC_VER STDEXT::hash_set TriSet; diff --git a/vcg/space/index/grid_static_obj.h b/vcg/space/index/grid_static_obj.h index ae1da114..a8847119 100644 --- a/vcg/space/index/grid_static_obj.h +++ b/vcg/space/index/grid_static_obj.h @@ -59,7 +59,7 @@ and contains one istance of the template class. */ template < class ObjType, class FLT=float > -class GridStaticObj : public BasicGrid +class GridStaticObj : public BasicGrid { public: