]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
Add option FILE* parameter to wxMessageOutputStderr ctor, just as with wxLogStderr.
[wxWidgets.git] / include / wx / log.h
index c7bbf0b2dbf9c8def130a45e217ae2799c7f8e62..f56b5921edf3ef8311891f1f1c982e070698e48f 100644 (file)
@@ -398,7 +398,7 @@ public:
     // -----------------
 
     // flush shows all messages if they're not logged immediately (FILE
-    // and iostream logs don't need it, but wxGuiLog does to avoid showing
+    // and iostream logs don't need it, but wxLogGui does to avoid showing
     // 17 modal dialogs one after another)
     virtual void Flush();