]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
Changes needed for scanning the aui header files with SWIG for
[wxWidgets.git] / src / common / log.cpp
index c17db339d96abb3ff26f934f80225debb0ab3b4a..e2113458647e9d432e419eecf2627bb0ffbf6949 100644 (file)
@@ -166,6 +166,7 @@ void wxSafeShowMessage(const wxString& title, const wxString& text)
     ::MessageBox(NULL, text, title, MB_OK | MB_ICONSTOP);
 #else
     wxFprintf(stderr, _T("%s: %s\n"), title.c_str(), text.c_str());
+    fflush(stderr);
 #endif
 }