diff --git a/vcg/simplex/vertex/base.h b/vcg/simplex/vertex/base.h index bd696229..7bbf0f07 100644 --- a/vcg/simplex/vertex/base.h +++ b/vcg/simplex/vertex/base.h @@ -112,15 +112,7 @@ we have to build the type a step a time (deriving from a single ancestor at a ti */ template -class VertexBase: public vertex::EmptyTexCoord< - vertex::EmptyVFAdj< - vertex::EmptyVEAdj< - vertex::EmptyColorMarkQuality< - vertex::EmptyBitFlags< - vertex::EmptyCoordNormal< - vertex::EmptyCurvatureData< - vertex::EmptyRadius< - VertexTypeHolder > > > > > > > >{ +class VertexBase: public vertex::EmptyCore< VertexTypeHolder >{ };