X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..7a344f1be4ff59b7b150ab52265693d4219de973:/interface/wx/progdlg.h diff --git a/interface/wx/progdlg.h b/interface/wx/progdlg.h index 45af3f8e81..808ffd7c23 100644 --- a/interface/wx/progdlg.h +++ b/interface/wx/progdlg.h @@ -8,7 +8,6 @@ /** @class wxProgressDialog - @wxheader{progdlg.h} This class represents a dialog that shows a short message and a progress bar. Optionally, it can display ABORT and SKIP buttons, @@ -71,7 +70,7 @@ public: /** Destructor. Deletes the dialog and enables all top level windows. */ - ~wxProgressDialog(); + virtual ~wxProgressDialog(); /** Works like Update() but makes the gauge control run in indeterminate mode