]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/matrix.h
Removed some commented-out code
[wxWidgets.git] / include / wx / matrix.h
index 0cbeb2ba0d8b4f9691036924b3c14dfd9a05d358..bdabe7d008f3b3fae61d4db14edb5cd4b0042cdd 100644 (file)
@@ -1,18 +1,18 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        matrix.h
 // Purpose:     wxTransformMatrix class. NOT YET USED
-//! Author:      Chris Breeze, Julian Smart
+// Author:      Chris Breeze, Julian Smart
 // Modified by:  Klaas Holwerda
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) Julian Smart, Chris Breeze
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MATRIXH__
 #define _WX_MATRIXH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "matrix.h"
 #endif
 
@@ -122,8 +122,7 @@ public:
     //!code:           | -1     0      0 |
     //!code: matrix' = |  0    -1      0 | x matrix
     //!code:           |  0     0      1 |
-    wxTransformMatrix&  Mirror(bool x=true, bool y=false);
-
+    wxTransformMatrix&  Mirror(bool x=TRUE, bool y=FALSE);
     // Translate by dx, dy:
     //!ex:
     //!code:           | 1  0 dx |