X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/489f6cf713b6b5bd9746af238b260c7d13d1dc40..845905d5881df6f550e801c76fef197d0ee68b50:/src/common/filename.cpp diff --git a/src/common/filename.cpp b/src/common/filename.cpp index c85163a67c..0e3bbb253b 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -527,7 +527,7 @@ bool wxFileName::DirExists() const bool wxFileName::DirExists( const wxString &dir ) { - return ::wxPathExists( dir ); + return ::wxDirExists( dir ); } // ----------------------------------------------------------------------------