Let wxFileSystem use wxFFileInputstream and not

wxFileInoutStrea as that is broken on Macs.m


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-05-23 17:56:17 +00:00
parent 311d5aa3aa
commit d81152f480

View File

@@ -178,7 +178,7 @@ wxFSFile* wxLocalFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString&
if (!wxFileExists(fn.GetFullPath()))
return (wxFSFile*) NULL;
return new wxFSFile(new wxFileInputStream(fn.GetFullPath()),
return new wxFSFile(new wxFFileInputStream(fn.GetFullPath()),
right,
GetMimeTypeFromExt(location),
GetAnchor(location),