X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c31d9c7f601e767cc3210b63a989434af76fef61..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/msw/progdlg.h?ds=sidebyside diff --git a/include/wx/msw/progdlg.h b/include/wx/msw/progdlg.h index cd576dc8e9..459002410f 100644 --- a/include/wx/msw/progdlg.h +++ b/include/wx/msw/progdlg.h @@ -47,11 +47,9 @@ public: // Must provide overload to avoid hiding it (and warnings about it) virtual void Update() { wxGenericProgressDialog::Update(); } -private: - // Returns true if the task dialog is available. If not, all the methods of - // this class simply fall back to wxGenericProgressDialog versions. - bool HasNativeProgressDialog() const; + virtual WXWidget GetHandle() const; +private: // Performs common routines to Update() and Pulse(). Requires the // shared object to have been entered. bool DoNativeBeforeUpdate(bool *skip);