X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1f6d4659ca0581c6dcf3bfbbe9265a42627bbe7..7e559cd8f46964e3f6c4e4d210f3822591903123:/src/common/matrix.cpp diff --git a/src/common/matrix.cpp b/src/common/matrix.cpp index 7a78af94b4..d0d16755a3 100644 --- a/src/common/matrix.cpp +++ b/src/common/matrix.cpp @@ -4,11 +4,11 @@ // 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 ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "matrix.h" #endif @@ -39,6 +39,7 @@ wxTransformMatrix::wxTransformMatrix(void) } wxTransformMatrix::wxTransformMatrix(const wxTransformMatrix& mat) + : wxObject() { (*this) = mat; }