]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
Fix stc doxygen warnings and regen stc files.
[wxWidgets.git] / src / motif / evtloop.cpp
index c2b0f367e4c9d1ccd07cb5aa0ca15b82af2003cd..85144e440b893c41bb1b0a1312799ef376b0cffa 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     01.11.02
-// RCS-ID:      $Id$
 // Copyright:   (c) 2002 Mattia Barbon
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -121,7 +120,7 @@ int wxGUIEventLoop::DoRun()
     return exitcode;
 }
 
-void wxGUIEventLoop::SchduleExit(int rc)
+void wxGUIEventLoop::ScheduleExit(int rc)
 {
     wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") );