diff --git a/vcg/simplex/vertexplus/base.h b/vcg/simplex/vertexplus/base.h index 84ef041c..ea0beaff 100644 --- a/vcg/simplex/vertexplus/base.h +++ b/vcg/simplex/vertexplus/base.h @@ -112,14 +112,15 @@ we have to build the type a step a time (deriving from a single ancestor at a ti */ template -class VertexBase: public vert::EmptyTexCoord< - vert::EmptyVFAdj< - vert::EmptyColorQuality< - vert::EmptyBitFlags< - vert::EmptyCoordNormal< - vert::EmptyCurvature< - vert::EmptyCurvatureDir< - VertexTypeHolder > > > > > > >{ +class VertexBase: public vertex::EmptyTexCoord< + vertex::EmptyVFAdj< + vertex::EmptyVEAdj< + vertex::EmptyColorQuality< + vertex::EmptyBitFlags< + vertex::EmptyCoordNormal< + vertex::EmptyCurvature< + vertex::EmptyCurvatureDir< + VertexTypeHolder > > > > > > > >{ };