]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgout.h
opaque toolbox structs under Classic break access to contrlDefProc
[wxWidgets.git] / include / wx / msgout.h
index 2576f194464d209a17a3d32b5fe6301e34f12bb7..b1e2aa118f785f395b9c3ef150e364f2a5194c12 100755 (executable)
@@ -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_