]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgout.h
Changed bool WakeUpIdle() to void to match base class
[wxWidgets.git] / include / wx / msgout.h
index 7a43ada630f47cded8cd56e431f1c352383f092e..f6422c6f38c6a0878d229c553c55421340acba6b 100755 (executable)
@@ -74,6 +74,18 @@ public:
 
 #endif // wxUSE_GUI
 
+// ----------------------------------------------------------------------------
+// implementation using the native way of outputting debug messages
+// ----------------------------------------------------------------------------
+
+class WXDLLEXPORT wxMessageOutputDebug : public wxMessageOutput
+{
+public:
+    wxMessageOutputDebug() { }
+
+    virtual void Printf(const wxChar* format, ...) ATTRIBUTE_PRINTF_2;
+};
+
 // ----------------------------------------------------------------------------
 // implementation using wxLog (mainly for backwards compatibility)
 // ----------------------------------------------------------------------------