X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65b17727e699618086c8851f08ca35733c459155..6603071a994f30ad21f1f4e19f03397c360bfafa:/include/wx/matrix.h diff --git a/include/wx/matrix.h b/include/wx/matrix.h index 786815b158..314bd419af 100644 --- a/include/wx/matrix.h +++ b/include/wx/matrix.h @@ -12,7 +12,7 @@ #ifndef _WX_MATRIXH__ #define _WX_MATRIXH__ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "matrix.h" #endif @@ -122,7 +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 |