X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2432b92dd7a837db13d3938a56c1959decd03203..0d2a2b601b1994333886dff8f53d82a714c4042f:/include/wx/filefn.h diff --git a/include/wx/filefn.h b/include/wx/filefn.h index ba6b8c7f24..ae1bf31032 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -103,8 +103,9 @@ WXDLLEXPORT char* wxExpandPath(char *dest, const char *path); // Contract w.r.t environment ( -> ${OPENWINHOME}/lib) // and make (if under the home tree) relative to home // [caller must copy-- volatile] -WXDLLEXPORT char* wxContractPath (const wxString& filename, - const wxString& envname = wxEmptyString, const wxString& user = wxEmptyString); +WXDLLEXPORT char* wxContractPath(const wxString& filename, + const wxString& envname = "", + const wxString& user = ""); // Destructive removal of /./ and /../ stuff WXDLLEXPORT char* wxRealPath(char *path);