Deprecation warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2005-01-04 17:35:35 +00:00
parent 1480c61ae8
commit 27d1f929b5

View 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