X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..d51305e81eb593bedd92cda864671e15209c268f:/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 |