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:
parent
1480c61ae8
commit
27d1f929b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user