]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/progdlg.h
automated ifacecheck fixes
[wxWidgets.git] / interface / wx / progdlg.h
index 45af3f8e818f6194378250bd0c272af1e04a6cab..1c56dd98adc74c5ed0d0730cf353b3cb7973e9d6 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
@@ -79,8 +78,7 @@ public:
         (if present) to "Unknown" or to @a newmsg (if it's non-empty); moves the progress
         bar a bit to indicate that some progress was done.
     */
-    virtual bool Pulse(const wxString& newmsg = "",
-                       bool* skip = NULL);
+    virtual bool Pulse(const wxString& newmsg = wxEmptyString, bool* skip = NULL);
 
     /**
         Can be used to continue with the dialog, after the user had clicked the "Abort" button.