X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/555526fbff27722462383e12e72b7adc84423540..aba4387c4c71fb812c6a07a7abb495606c5ef4af:/include/wx/matrix.h?ds=sidebyside 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 |