]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/matrix.cpp
Applied patch [ 736322 ] Remove TWINE support, merge it in Wine.
[wxWidgets.git] / src / common / matrix.cpp
index 7a78af94b4a3a53801727a2e023ea2e34da8060c..96aee8285527b0a5ba3ed0d52a4cb82d52d50235 100644 (file)
@@ -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;
 }