typo fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-09-18 16:53:10 +00:00
parent d2682f231a
commit 45c94d784d

View File

@ -98,7 +98,7 @@ wxFSFile* wxInternetFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxStri
m_Cache.Put(right, info);
{ // ok, now copy it:
wxFileOutputStream sout(wxString(buf));
wxFileOutputStream sout((wxString)buf);
s -> Read(sout); // copy the stream
}
delete s;