]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/client.cpp
Moved wxGLCanvas to more normal positions
[wxWidgets.git] / samples / sockets / client.cpp
index 7ba1dd698f4ee03ac2dff1f37eeb588229de5bb8..2240786c198749f99a7f076a9f2a404e755b046c 100644 (file)
@@ -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"));