]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/progdlg.h
removing outdated code
[wxWidgets.git] / include / wx / msw / progdlg.h
index 8102c9fdf13955e4a2cdbed5ec4fadd05b20d9d7..459002410f2c5199c5411915b6d55a4fcc8011d4 100644 (file)
@@ -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.