diff --git a/vcg/simplex/vertexplus/component.h b/vcg/simplex/vertexplus/component.h index 0b567c4e..7746c471 100644 --- a/vcg/simplex/vertexplus/component.h +++ b/vcg/simplex/vertexplus/component.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/03/29 08:36:26 cignoni +First working version! + ****************************************************************************/ #ifndef __VCG_VERTEX_PLUS_COMPONENT @@ -134,7 +137,7 @@ private: ColorType _color; }; -template class Color3c: public Color, T> {}; +template class Color4b: public Color {}; /*-------------------------- Quality ----------------------------------*/