diff --git a/matrix.cpp b/matrix.cpp index bd21403b..9a502932 100644 --- a/matrix.cpp +++ b/matrix.cpp @@ -145,6 +145,11 @@ util::transposed (const matrix &m) } +//----------------------------------------------------------------------------- +template matrix3f util::transposed (const matrix3f&); +template matrix4f util::transposed (const matrix4f&); + + /////////////////////////////////////////////////////////////////////////////// template matrix