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