]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
only allow selecting existing files in wxLoadFileSelector; use this function instead...
[wxWidgets.git] / src / motif / evtloop.cpp
index cd7800a3806610e8f9f4869a44a608fe901d5d78..a3994827f825b296f3743c3c976fc07e35c1263a 100644 (file)
@@ -137,7 +137,7 @@ void wxGUIEventLoop::Exit(int rc)
     ::wxBreakDispatch();
 }
 
-bool wxGUIEventLoop::YieldFor(ong eventsToProcess)
+bool wxGUIEventLoop::YieldFor(long eventsToProcess)
 {
     m_isInsideYield = true;
     m_eventsToProcessInsideYield = eventsToProcess;