X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dca0f651782d5c2659203c97b3243f613966998d..33820d94285c0004acce756e7d10d9698e6387d1:/src/msw/helpwin.cpp?ds=sidebyside diff --git a/src/msw/helpwin.cpp b/src/msw/helpwin.cpp index e33ad6c8de..72339e4d98 100644 --- a/src/msw/helpwin.cpp +++ b/src/msw/helpwin.cpp @@ -21,7 +21,7 @@ #ifndef WX_PRECOMP #endif -#include "wx/filefn.h" +#include "wx/filename.h" #include "wx/msw/helpwin.h" #include @@ -112,7 +112,7 @@ bool wxWinHelpController::Quit(void) wxString wxWinHelpController::GetValidFilename(const wxString& file) const { wxString path, name, ext; - wxSplitPath(file, & path, & name, & ext); + wxFileName::SplitPath(file, & path, & name, & ext); wxString fullName; if (path.empty())