]> git.saurik.com Git - wxWidgets.git/commitdiff
wxSafeShowMessage needs wxString regardles wxUSE_LOG.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 18 May 2004 12:15:58 +0000 (12:15 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 18 May 2004 12:15:58 +0000 (12:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/log.h

index 4f68880dd3952e95b1d3cdc6e97769b0fe65a487..eb7a58c98a677566bdaee654fb2348b4b5eb3dc0 100644 (file)
@@ -30,9 +30,10 @@ typedef unsigned long wxLogLevel;
 // headers
 // ----------------------------------------------------------------------------
 
+#include "wx/string.h"
+
 #if wxUSE_LOG
 
-#include "wx/string.h"
 #include "wx/arrstr.h"
 
 #ifndef __WXWINCE__