diff --git a/src/Python/Vector.hh b/src/Python/Vector.hh index f00c9e6a..227db9e2 100644 --- a/src/Python/Vector.hh +++ b/src/Python/Vector.hh @@ -66,9 +66,6 @@ struct Factory { }; } -template -void defInitMod(class_< OpenMesh::VectorT > &classVector); - template void defInitMod(class_< OpenMesh::VectorT > &classVector) { classVector @@ -189,7 +186,7 @@ void expose_vec(const char *_name) { .staticmethod("vectorized") ; - defInitMod(classVector); + defInitMod(classVector); } } // namespace OpenMesh