diff --git a/vcg/simplex/edgeplus/base.h b/vcg/simplex/edgeplus/base.h index 8d1c5443..1fa55083 100644 --- a/vcg/simplex/edgeplus/base.h +++ b/vcg/simplex/edgeplus/base.h @@ -71,9 +71,10 @@ we have to build the type a step a time (deriving from a single ancestor at a ti */ template class EdgeBase: public edge::EmptyEVAdj< + edge::EmptyEEAdj< edge::EmptyHEdgeData< edge::EmptyBitFlags< - EdgeTypeHolder > > > { + EdgeTypeHolder > > > > { };