X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..5267aefd85739afd26bd19bfba998005119db446:/interface/wx/progdlg.h?ds=inline diff --git a/interface/wx/progdlg.h b/interface/wx/progdlg.h index 45af3f8e81..1c56dd98ad 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 @@ -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.