X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/adaaa68635b4c8a4d8c5284add40366ea3eefb07..5267aefd85739afd26bd19bfba998005119db446:/interface/wx/progdlg.h diff --git a/interface/wx/progdlg.h b/interface/wx/progdlg.h index 808ffd7c23..1c56dd98ad 100644 --- a/interface/wx/progdlg.h +++ b/interface/wx/progdlg.h @@ -78,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.