X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..02b51ae521db06ef12a3c2a37a5378a9f715e707:/interface/wx/busyinfo.h diff --git a/interface/wx/busyinfo.h b/interface/wx/busyinfo.h index 9b3b901583..439d90a574 100644 --- a/interface/wx/busyinfo.h +++ b/interface/wx/busyinfo.h @@ -41,7 +41,7 @@ DoACalculation(); if ( !(i % 1000) ) - wxTheApp-Yield(); + wxTheApp->Yield(); } @endcode