]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgout.h
override all Detach() overloads in wxStaticBoxSizer to avoid virtual function hiding...
[wxWidgets.git] / include / wx / msgout.h
index 8f5b19a7f39dc2faed3af420e0c32316305e79e0..95db8a5c8cc6e8cee682e77490d4bd332cb24629 100755 (executable)
@@ -49,8 +49,6 @@ private:
 // otherwise; unlike wxMessageOutputMessageBox this class is always safe to use
 // ----------------------------------------------------------------------------
 
-#if wxABI_VERSION > 20601
-
 class WXDLLIMPEXP_BASE wxMessageOutputBest : public wxMessageOutput
 {
 public:
@@ -59,8 +57,6 @@ public:
     virtual void Printf(const wxChar* format, ...) ATTRIBUTE_PRINTF_2;
 };
 
-#endif // wxABI_VERSION
-
 // ----------------------------------------------------------------------------
 // implementation which sends output to stderr
 // ----------------------------------------------------------------------------