From a00abdc73cceac6d10afa94a717f3efc23fad53c Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 26 Nov 2008 17:43:28 +0000 Subject: [PATCH] added EmptyHEData in EdgeBase --- vcg/simplex/edgeplus/base.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/vcg/simplex/edgeplus/base.h b/vcg/simplex/edgeplus/base.h index f798fb2d..8d1c5443 100644 --- a/vcg/simplex/edgeplus/base.h +++ b/vcg/simplex/edgeplus/base.h @@ -70,11 +70,10 @@ we have to build the type a step a time (deriving from a single ancestor at a ti */ template -class EdgeBase: public edge::EmptyEFAdj< - edge::EmptyEVAdj< - edge::EmptyEEAdj< - edge::EmptyBitFlags< - EdgeTypeHolder > > > > { +class EdgeBase: public edge::EmptyEVAdj< + edge::EmptyHEdgeData< + edge::EmptyBitFlags< + EdgeTypeHolder > > > { };