X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..befa206be99ab50519f3e4c8fdba5e6d8306f3fe:/interface/wx/busyinfo.h?ds=sidebyside diff --git a/interface/wx/busyinfo.h b/interface/wx/busyinfo.h index 88c88810e3..439d90a574 100644 --- a/interface/wx/busyinfo.h +++ b/interface/wx/busyinfo.h @@ -8,7 +8,6 @@ /** @class wxBusyInfo - @wxheader{busyinfo.h} This class makes it easy to tell your user that the program is temporarily busy. Just create a wxBusyInfo object on the stack, and within the current scope, @@ -42,7 +41,7 @@ DoACalculation(); if ( !(i % 1000) ) - wxTheApp-Yield(); + wxTheApp->Yield(); } @endcode