]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
added wxTLWBase::GetDefaultSize() to avoid creating windows with default size unsuita...
[wxWidgets.git] / src / common / filefn.cpp
index 0bec2e03fe026cfddf23544d5e0504db24d54a70..293e9feecf4720d8566afc290eb2e2daf51014e6 100644 (file)
@@ -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 ) ;