]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/progdlg.h
document all overloads of DrawText()
[wxWidgets.git] / interface / wx / progdlg.h
index 1c56dd98adc74c5ed0d0730cf353b3cb7973e9d6..7f229492c636497a746052c42a293d112ce52696 100644 (file)
@@ -105,7 +105,7 @@ public:
             If "Skip" button was pressed since last Update() call,
             this is set to @true.
     */
-    virtual bool Update(int value, const wxString& newmsg = "",
+    virtual bool Update(int value, const wxString& newmsg = wxEmptyString,
                         bool* skip = NULL);
 };