]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/matrix.h
Added helper functions for string -> XmString conversion.
[wxWidgets.git] / include / wx / matrix.h
index 018362a1719afebc404ea8013bce53bf0ada6447..c5a7d41a663f1e8ff716111c940ea28ee8b66f0b 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MATRIXH__
 #define _WX_MATRIXH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "matrix.h"
 #endif
 
@@ -122,11 +122,7 @@ public:
     //!code:           | -1     0      0 |
     //!code: matrix' = |  0    -1      0 | x matrix
     //!code:           |  0     0      1 |
-#if defined(__WXPM__)
     wxTransformMatrix&  Mirror(bool x=TRUE, bool y=FALSE);
-#else
-    wxTransformMatrix&  Mirror(bool x=true, bool y=false);
-#endif
     // Translate by dx, dy:
     //!ex:
     //!code:           | 1  0 dx |