diff --git a/simgear/math/SGMatrix.hxx b/simgear/math/SGMatrix.hxx index ad53dcd8..a7517a69 100644 --- a/simgear/math/SGMatrix.hxx +++ b/simgear/math/SGMatrix.hxx @@ -193,6 +193,7 @@ public: (*this)(i,2) += tmp*(*this)(3,2); (*this)(i,3) += tmp*(*this)(3,3); } + return *this; } template SGMatrix& postMultTranslate(const SGVec3& t)