X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1f6d4659ca0581c6dcf3bfbbe9265a42627bbe7..3d3a4a25addf9729c74a8d0f7a056b57bb7f7e2a:/src/common/matrix.cpp?ds=sidebyside diff --git a/src/common/matrix.cpp b/src/common/matrix.cpp index 7a78af94b4..96aee82855 100644 --- a/src/common/matrix.cpp +++ b/src/common/matrix.cpp @@ -4,7 +4,7 @@ // Modified by: Klaas Holwerda // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -39,6 +39,7 @@ wxTransformMatrix::wxTransformMatrix(void) } wxTransformMatrix::wxTransformMatrix(const wxTransformMatrix& mat) + : wxObject() { (*this) = mat; }