// 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