]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
dont use wxChar* arguments in wxHTML API
[wxWidgets.git] / include / wx / filename.h
index f78164d73e8d80d38f623ac9f09af8febaa16e18..d56d2a2d90008bb6d227358f87ec475bee80b0d7 100644 (file)
@@ -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?