X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/555526fbff27722462383e12e72b7adc84423540..99ab3e3f56ab43fe1127eb565cad1a619cad0499:/include/wx/matrix.h?ds=sidebyside

diff --git a/include/wx/matrix.h b/include/wx/matrix.h
index 0cbeb2ba0d..c5a7d41a66 100644
--- a/include/wx/matrix.h
+++ b/include/wx/matrix.h
@@ -12,7 +12,7 @@
 #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 |