X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74698d3a22d5e611bbcd731a3ade616c66cfaca6..c33c81c30f732efcf82d682f82e94aea81878641:/include/wx/msgout.h?ds=sidebyside diff --git a/include/wx/msgout.h b/include/wx/msgout.h index 2576f19446..b1e2aa118f 100755 --- a/include/wx/msgout.h +++ b/include/wx/msgout.h @@ -58,10 +58,8 @@ public: virtual void Printf(const wxChar* format, ...) ATTRIBUTE_PRINTF_2; }; -#ifdef __WXMOTIF__ +#endif // wxUSE_GUI -// use wxLog; this is only required for wxMotif, so we put this code -// inside wxUSE_GUI; it will work even without GUI class WXDLLEXPORT wxMessageOutputLog : public wxMessageOutput { public: @@ -70,9 +68,5 @@ public: virtual void Printf(const wxChar* format, ...) ATTRIBUTE_PRINTF_2; }; -#endif // __WXMOTIF__ - -#endif // wxUSE_GUI - #endif // _WX_MSGOUT_H_