compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -265,7 +265,7 @@ static gint wxapp_wakeup_timerout_callback( gpointer WXUNUSED(data) )
|
|||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
#endif
|
#endif // wxUSE_THREADS
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// wxApp
|
// wxApp
|
||||||
@@ -653,9 +653,8 @@ void wxApp::CleanUp()
|
|||||||
wxLog *oldLog = wxLog::SetActiveTarget( (wxLog*) NULL );
|
wxLog *oldLog = wxLog::SetActiveTarget( (wxLog*) NULL );
|
||||||
if (oldLog)
|
if (oldLog)
|
||||||
delete oldLog;
|
delete oldLog;
|
||||||
}
|
|
||||||
|
|
||||||
#endif // wxUSE_LOG
|
#endif // wxUSE_LOG
|
||||||
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// wxEntry
|
// wxEntry
|
||||||
|
@@ -265,7 +265,7 @@ static gint wxapp_wakeup_timerout_callback( gpointer WXUNUSED(data) )
|
|||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
#endif
|
#endif // wxUSE_THREADS
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// wxApp
|
// wxApp
|
||||||
@@ -653,9 +653,8 @@ void wxApp::CleanUp()
|
|||||||
wxLog *oldLog = wxLog::SetActiveTarget( (wxLog*) NULL );
|
wxLog *oldLog = wxLog::SetActiveTarget( (wxLog*) NULL );
|
||||||
if (oldLog)
|
if (oldLog)
|
||||||
delete oldLog;
|
delete oldLog;
|
||||||
}
|
|
||||||
|
|
||||||
#endif // wxUSE_LOG
|
#endif // wxUSE_LOG
|
||||||
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// wxEntry
|
// wxEntry
|
||||||
|
Reference in New Issue
Block a user