]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
corrected the direction of comparisons between wxString and char/wxChar strings
[wxWidgets.git] / include / wx / filefn.h
index 10c420b1cb88f8ee0556540a13bc9cacc6157b67..466adfaa7dac1979810e229644b639d540d38959 100644 (file)
@@ -452,7 +452,7 @@ const int wxInvalidOffset = -1;
 WXDLLIMPEXP_BASE bool wxFileExists(const wxString& filename);
 
 // does the path exist? (may have or not '/' or '\\' at the end)
-WXDLLIMPEXP_BASE bool wxDirExists(const wxChar *pszPathName);
+WXDLLIMPEXP_BASE bool wxDirExists(const wxString& pathName);
 
 WXDLLIMPEXP_BASE bool wxIsAbsolutePath(const wxString& filename);