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:
@@ -611,7 +611,7 @@ void wxLog::ClearTraceMasks()
|
|||||||
void wxLog::TimeStamp(wxString *str)
|
void wxLog::TimeStamp(wxString *str)
|
||||||
{
|
{
|
||||||
#if wxUSE_DATETIME
|
#if wxUSE_DATETIME
|
||||||
if ( ms_timestamp )
|
if ( !ms_timestamp.empty() )
|
||||||
{
|
{
|
||||||
wxChar buf[256];
|
wxChar buf[256];
|
||||||
time_t timeNow;
|
time_t timeNow;
|
||||||
|
Reference in New Issue
Block a user