]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in wxGUIEventLoop::ScheduleExit() in wxMotif.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jul 2013 21:18:29 +0000 (21:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jul 2013 21:18:29 +0000 (21:18 +0000)
This was broken in r74335.

See #15305.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/evtloop.cpp

index c2b0f367e4c9d1ccd07cb5aa0ca15b82af2003cd..428493abcc7b4f219a08cf1af433a2ce45c57e77 100644 (file)
@@ -121,7 +121,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") );