]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/client.cpp
added *_WITH_DECL macros so that it is possible to export hashes from
[wxWidgets.git] / samples / sockets / client.cpp
index 94e010410e2960525df5e6b3f49d7d66ffbf3a26..3ba76e9bf276ac112d581ccab46e6f628632aa3b 100644 (file)
@@ -571,7 +571,7 @@ void MyFrame::OnTestURL(wxCommandEvent& WXUNUSED(event))
   wxYield();
 
   // Get the data
-  wxFileOutputStream sout(wxString("test.url"));
+  wxFileOutputStream sout( wxT("test.url") );
   if (!sout.Ok())
   {
     m_text->AppendText(_("Error: couldn't open file for output\n"));