X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..df08bf5ab3a0eb24d53b2c002f473799c5622bbb:/include/wx/palmos/progdlg.h?ds=sidebyside diff --git a/include/wx/palmos/progdlg.h b/include/wx/palmos/progdlg.h index a45452f49a..fa897d81f3 100644 --- a/include/wx/palmos/progdlg.h +++ b/include/wx/palmos/progdlg.h @@ -27,7 +27,7 @@ public: int maximum = 100, wxWindow *parent = NULL, int style = wxPD_APP_MODAL | wxPD_AUTO_HIDE); - ~wxProgressDialog(); + virtual ~wxProgressDialog(); virtual bool Update(int value, const wxString& newmsg = wxEmptyString, bool *skip = NULL); void Resume();