]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/msgout.cpp
No real changes, just made wxEventLoopManual uncopyable.
[wxWidgets.git] / src / common / msgout.cpp
index 6e9c57a55833b60129bea45e0eba8f8daadcde51..0e663c40fc2e791e902e4b7cfe6cba33c8139cda 100644 (file)
@@ -176,7 +176,7 @@ void wxMessageOutputLog::Output(const wxString& str)
 
     out.Replace(wxT("\t"), wxT("        "));
 
-    ::wxLogMessage(wxT("%s"), out.c_str());
+    wxLogMessage(wxT("%s"), out.c_str());
 }
 
 #endif // wxUSE_BASE