]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/progdlg.h
Fixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer...
[wxWidgets.git] / interface / wx / progdlg.h
index 45af3f8e818f6194378250bd0c272af1e04a6cab..808ffd7c2389dce3892a19cb7fc79bad91869952 100644 (file)
@@ -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