X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1f6d4659ca0581c6dcf3bfbbe9265a42627bbe7..4c200e8d87728306b219822d9c07e28526cd8649:/src/common/matrix.cpp?ds=sidebyside diff --git a/src/common/matrix.cpp b/src/common/matrix.cpp index 7a78af94b4..5068f5f836 100644 --- a/src/common/matrix.cpp +++ b/src/common/matrix.cpp @@ -39,6 +39,7 @@ wxTransformMatrix::wxTransformMatrix(void) } wxTransformMatrix::wxTransformMatrix(const wxTransformMatrix& mat) + : wxObject() { (*this) = mat; }