X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/555526fbff27722462383e12e72b7adc84423540..d2aa096b6fa3d82275c714df05234ad9e52fca7d:/include/wx/matrix.h diff --git a/include/wx/matrix.h b/include/wx/matrix.h index 0cbeb2ba0d..e329c01f24 100644 --- a/include/wx/matrix.h +++ b/include/wx/matrix.h @@ -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 |