#ifndef _WX_MATRIXH__
#define _WX_MATRIXH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "matrix.h"
#endif
//!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 |