X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1f6d4659ca0581c6dcf3bfbbe9265a42627bbe7..e8b669d34b64c0332bc70eb0959bd6de31397898:/src/common/matrix.cpp 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; }