Small changes for VC++ 4 compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -556,7 +556,7 @@ void MyFrame::OnTestURL(wxCommandEvent& WXUNUSED(event))
|
||||
wxYield();
|
||||
|
||||
// Get the data
|
||||
wxFileOutputStream sout("test.url");
|
||||
wxFileOutputStream sout(wxString("test.url"));
|
||||
data->Read(sout);
|
||||
m_text->AppendText(_("Results written to file: test.url\n"));
|
||||
m_text->AppendText(_("Done.\n"));
|
||||
|
Reference in New Issue
Block a user