// declarations
// ============================================================================
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "emulator.h"
-#endif
-
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
bool wxEmulatorApp::OnInit()
{
#if wxUSE_LOG
- wxLog::SetTimestamp(NULL);
+ wxLog::DisableTimestamp();
#endif // wxUSE_LOG
wxInitAllImageHandlers();