X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62f04b576fb46674a0797b06bde5e5990e88c69f..cc5bd48eff6f3a12b6066179d1b00d6404c9d921:/include/wx/filefn.h diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 10c420b1cb..466adfaa7d 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -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);