diff --git a/vcg/simplex/vertexplus/component.h b/vcg/simplex/vertexplus/component.h index 762f6b89..355ef0a3 100644 --- a/vcg/simplex/vertexplus/component.h +++ b/vcg/simplex/vertexplus/component.h @@ -122,7 +122,7 @@ First working version! #include namespace vcg { - namespace vert { + namespace vertex { /* Some naming Rules All the Components that can be added to a vertex should be defined in the namespace vert: @@ -333,7 +333,7 @@ private: ColorType _color; }; -template class Color4b: public vert::Color { +template class Color4b: public Color { public: static void Name(std::vector & name){name.push_back(std::string("Color4b"));TT::Name(name);} };