From 97e324eff05f010ce59985c670bbe501edfa75c2 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 27 Mar 2004 05:32:52 +0000 Subject: [PATCH] unicode support git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filefn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 0bec2e03fe..293e9feecf 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -1095,7 +1095,7 @@ wxString wxMacFSSpec2UnixFilename( const FSSpec *spec ) return wxMac2UnixFilename( wxMacFSSpec2MacFilename( spec) ) ; } -void wxUnixFilename2FSSpec( const char *path , FSSpec *spec ) +void wxUnixFilename2FSSpec( const wxChar *path , FSSpec *spec ) { wxString var = wxUnix2MacFilename( path ) ; wxMacFilename2FSSpec( var , spec ) ; -- 2.50.0