From 36e37b0a6c8e06086be407e8dcd48fe6df0aa1c2 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Tue, 3 Jan 2006 12:44:58 +0000 Subject: [PATCH] fix some bugs. --- vcg/space/space.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vcg/space/space.h b/vcg/space/space.h index b57c6b64..aa3005ad 100644 --- a/vcg/space/space.h +++ b/vcg/space/space.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/03/16 03:08:02 tarini +first commit + ****************************************************************************/ @@ -45,6 +48,8 @@ namespace vcg { template class Point; template class Box; +class ParamType; + template class Space { public: @@ -55,7 +60,7 @@ public: /// type used as point Type typedef Point PointType; /// the ... - typedef ParamType; + //typedef ParamType; /// returns the bounding box of the object Box const BBox() const;