X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c27181d1a10a2bd6b87f998ec65f7d4380d52b3c..6968a3b87cee46f5c5af9b46e1ef97f17133cef7:/include/wx/validate.h diff --git a/include/wx/validate.h b/include/wx/validate.h index f6832d16d1..27473364bc 100644 --- a/include/wx/validate.h +++ b/include/wx/validate.h @@ -74,8 +74,8 @@ public: // unnaturally: it disabled the bell when it was true, not false as could // be expected; use SuppressBellOnError() instead #if WXWIN_COMPATIBILITY_2_8 - wxDEPRECATED_INLINE( - static void SetBellOnError(bool doIt = true), + static wxDEPRECATED_INLINE( + void SetBellOnError(bool doIt = true), ms_isSilent = doIt; ) #endif