compilation fix for non-STL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8d1547ef46
commit
cb296f303e
@ -611,7 +611,7 @@ void wxLog::ClearTraceMasks()
|
||||
void wxLog::TimeStamp(wxString *str)
|
||||
{
|
||||
#if wxUSE_DATETIME
|
||||
if ( ms_timestamp )
|
||||
if ( !ms_timestamp.empty() )
|
||||
{
|
||||
wxChar buf[256];
|
||||
time_t timeNow;
|
||||
|
Loading…
Reference in New Issue
Block a user