]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
Support using GetTextExtent() with empty string to get descent in wxOSX.
[wxWidgets.git] / 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") );