X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e12a951e754d0e6a67a211a1d8fb788e0a166094..c90c34007a72d942f378e46b77e4f4456ac9c5b1:/include/wx/msgout.h diff --git a/include/wx/msgout.h b/include/wx/msgout.h index bd3719e79d..f9dcef7892 100755 --- a/include/wx/msgout.h +++ b/include/wx/msgout.h @@ -60,6 +60,8 @@ private: // otherwise; unlike wxMessageOutputMessageBox this class is always safe to use // ---------------------------------------------------------------------------- +#if wxABI_VERSION > 20601 + class WXDLLIMPEXP_BASE wxMessageOutputBest : public wxMessageOutput { public: @@ -68,6 +70,8 @@ public: virtual void Printf(const wxChar* format, ...) ATTRIBUTE_PRINTF_2; }; +#endif // wxABI_VERSION + // ---------------------------------------------------------------------------- // implementation which sends output to stderr // ----------------------------------------------------------------------------