// Author: Mattia Barbon
// Modified by:
// Created: 01.11.02
-// RCS-ID: $Id$
// Copyright: (c) 2002 Mattia Barbon
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
return exitcode;
}
-void wxGUIEventLoop::SchduleExit(int rc)
+void wxGUIEventLoop::ScheduleExit(int rc)
{
wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") );