diff --git a/wrap/dae/colladaformat.h b/wrap/dae/colladaformat.h index 29b6dfe7..3b6c6f8e 100644 --- a/wrap/dae/colladaformat.h +++ b/wrap/dae/colladaformat.h @@ -38,9 +38,9 @@ template struct CoordNumber{public: static unsigned int coord() { return 0; }}; -template<> struct CoordNumber { public: static unsigned int coord() { return 2; } }; -template<> struct CoordNumber { public: static unsigned int coord() { return 3; } }; -template<> struct CoordNumber { public: static unsigned int coord() { return 4; } }; +template struct CoordNumber> { public: static unsigned int coord() { return 2; } }; +template struct CoordNumber> { public: static unsigned int coord() { return 3; } }; +template struct CoordNumber> { public: static unsigned int coord() { return 4; } }; template<> struct CoordNumber { public: static unsigned int coord() { return 4; } };