]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
New DnD and Clipboard code
[wxWidgets.git] / include / wx / filefn.h
index ba6b8c7f24090a544e9ac3f56c15af9051363ebc..ae1bf310325e9217694f99e5b1df117331291b10 100644 (file)
@@ -103,8 +103,9 @@ WXDLLEXPORT char* wxExpandPath(char *dest, const char *path);
 // Contract w.r.t environment (</usr/openwin/lib, OPENWHOME> -> ${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);