]> git.saurik.com Git - wxWidgets.git/commitdiff
Deprecation warning fix.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 4 Jan 2005 17:35:35 +0000 (17:35 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 4 Jan 2005 17:35:35 +0000 (17:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/evtloop.cpp

index 431f2a11b3a2a600a67f41263344d0195eb4aaa1..252ef362a771892fc46a0bf028331a91a9f186d0 100644 (file)
@@ -355,7 +355,7 @@ bool wxDoEventLoopIteration( wxEventLoop& evtLoop )
         // leave the main loop to give other threads a chance to
         // perform their GUI work
         wxMutexGuiLeave();
-        wxUsleep(20);
+        wxMilliSleep(20);
         wxMutexGuiEnter();
     }
 #endif