git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-12-12 15:41:22 +00:00
parent a0a4c5aa14
commit ea53cb4abf
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
DoACalculation();
if ( !(i % 1000) )
wxTheApp-Yield();
wxTheApp->Yield();
}
@endcode