X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c27181d1a10a2bd6b87f998ec65f7d4380d52b3c..43ff861df48f0837dac98005dd397c5f127ca136:/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