X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/907ea7d5cc64befac486b269b3ab5b87dfc246d5..c50db84779471824160c5701a72ad4db9b35c2f2:/include/wx/mousestate.h diff --git a/include/wx/mousestate.h b/include/wx/mousestate.h index f338ea55d9..98ab291baf 100644 --- a/include/wx/mousestate.h +++ b/include/wx/mousestate.h @@ -128,7 +128,7 @@ public: // version of wxMouseState but their names are confusing as wxMouseEvent // has methods with the same names which do something quite different so // don't use them any more -#ifdef WXWIN_COMPATIBILITY_2_8 +#if WXWIN_COMPATIBILITY_2_8 wxDEPRECATED_INLINE(bool LeftDown() const, return LeftIsDown(); ) wxDEPRECATED_INLINE(bool MiddleDown() const, return MiddleIsDown(); ) wxDEPRECATED_INLINE(bool RightDown() const, return RightIsDown(); )