diff --git a/vcg/simplex/vertexplus/component_sph.h b/vcg/simplex/vertexplus/component_sph.h index b1384e01..a9c80b0e 100644 --- a/vcg/simplex/vertexplus/component_sph.h +++ b/vcg/simplex/vertexplus/component_sph.h @@ -37,7 +37,7 @@ template class Sph36f: public Sph & name){name.push_back(std::string("Sph36f"));T::Name(name);} }; -template class Sph9d: public Sph, T> { +template class Sph9d: public Sph, T> { public: static void Name(std::vector & name){name.push_back(std::string("Sph9d"));T::Name(name);} };