From d74aa98a6d0d3e5ddc0f15af7ebec0d321d61fcf Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Tue, 27 Apr 2004 09:30:44 +0000 Subject: [PATCH] *** empty log message *** --- vcg/simplex/vertex/with/an.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vcg/simplex/vertex/with/an.h b/vcg/simplex/vertex/with/an.h index df8e142e..97a32bd2 100644 --- a/vcg/simplex/vertex/with/an.h +++ b/vcg/simplex/vertex/with/an.h @@ -17,8 +17,13 @@ namespace vcg { -typedef VertexAN VertexANf; -typedef VertexAN VertexANd; + +template +class VertexANf : public VertexAN {}; + +template +class VertexANd : public VertexAN {}; + } #endif \ No newline at end of file