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:
Václav Slavík 2007-06-19 16:06:26 +00:00
parent 8d1547ef46
commit cb296f303e

View File

@ -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;