]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/validate.h
Remove apparently unnecessary wxAuiMDIClientWindow dtor.
[wxWidgets.git] / include / wx / validate.h
index f6832d16d154a6d1149dad36f368f488cd93ea95..27473364bcd665b29e140a570eb0e9ad7c63f4a2 100644 (file)
@@ -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