X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..ec8565f3c5d1df72267cb1e3375789090ac091da:/include/wx/matrix.h diff --git a/include/wx/matrix.h b/include/wx/matrix.h index c2698b3058..314bd419af 100644 --- a/include/wx/matrix.h +++ b/include/wx/matrix.h @@ -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 |