]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/progdlg.h
automated ifacecheck fixes
[wxWidgets.git] / interface / wx / progdlg.h
index 808ffd7c2389dce3892a19cb7fc79bad91869952..1c56dd98adc74c5ed0d0730cf353b3cb7973e9d6 100644 (file)
@@ -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.