From 45c94d784d7e60f337485067d3a2f4706815eb4d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 18 Sep 1999 16:53:10 +0000 Subject: [PATCH] typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fs_inet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/fs_inet.cpp b/src/common/fs_inet.cpp index 3af1151d62..f471a5bf83 100644 --- a/src/common/fs_inet.cpp +++ b/src/common/fs_inet.cpp @@ -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; -- 2.45.2