]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Change the name of the smart pointer so that wxZipOutputStreamPtr is free
[wxWidgets.git] / src / common / filefn.cpp
index 2d28e3ac96b73efce806c5bc9e285d661a117414..37df0c74dbd9da9bfa670c4d20fb1697f929bd84 100644 (file)
@@ -1195,7 +1195,7 @@ bool wxRmdir(const wxString& dir, int WXUNUSED(flags))
 }
 
 // does the path exists? (may have or not '/' or '\\' at the end)
-bool wxPathExists(const wxChar *pszPathName)
+bool wxDirExists(const wxChar *pszPathName)
 {
     wxString strPath(pszPathName);