From d7d79a8867384f83600266f02de2172f614b9f2c Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 29 Mar 2004 14:26:38 +0000 Subject: [PATCH] Error in color --- vcg/simplex/vertexplus/component.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ----------------------------------*/