]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/matrix.h
compilation fix -- a better way
[wxWidgets.git] / include / wx / matrix.h
index 0cbeb2ba0d8b4f9691036924b3c14dfd9a05d358..e329c01f24d591ef8b51af0a9744fb4ceca0486e 100644 (file)
@@ -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 |