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