X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76c4b1491e547b8f922b3bd74933c82e95ee6f38..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/msw/progdlg.h?ds=sidebyside diff --git a/include/wx/msw/progdlg.h b/include/wx/msw/progdlg.h index 8102c9fdf1..459002410f 100644 --- a/include/wx/msw/progdlg.h +++ b/include/wx/msw/progdlg.h @@ -47,6 +47,8 @@ public: // Must provide overload to avoid hiding it (and warnings about it) virtual void Update() { wxGenericProgressDialog::Update(); } + virtual WXWidget GetHandle() const; + private: // Performs common routines to Update() and Pulse(). Requires the // shared object to have been entered.