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:
parent
1242c2d976
commit
b6e4e44a15
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user