wxSafeShowMessage needs wxString regardles wxUSE_LOG.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-05-18 12:15:58 +00:00
parent 1242c2d976
commit b6e4e44a15

View 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__