X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d7d6deac6086ebdd1a985518e3c4ab27ece7530..3be926e348e2d0a3a2c278b9f2cff7843971e0c9:/include/wx/filename.h diff --git a/include/wx/filename.h b/include/wx/filename.h index f78164d73e..d56d2a2d90 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -389,7 +389,7 @@ public: static wxString GetPathTerminators(wxPathFormat format = wxPATH_NATIVE); // get the canonical path separator for this format - static wxChar GetPathSeparator(wxPathFormat format = wxPATH_NATIVE) + static wxUniChar GetPathSeparator(wxPathFormat format = wxPATH_NATIVE) { return GetPathSeparators(format)[0u]; } // is the char a path separator for this format?