From: Guilhem Lavaux Date: Thu, 17 Sep 1998 17:32:38 +0000 (+0000) Subject: * fixed a wrong line. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9da0d96f87090dfa0667f01c2918089df5e0aade * fixed a wrong line. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/wxsocket/client.cpp b/samples/wxsocket/client.cpp index 9eec661f2f..c2daca304e 100644 --- a/samples/wxsocket/client.cpp +++ b/samples/wxsocket/client.cpp @@ -116,7 +116,7 @@ bool MyApp::OnInit(void) frame->SetMenuBar(menu_bar); // Make a panel with a message - txtctrl = new wxTextCtrl(this); + (void)new wxPanel(frame, 0, 0, 300, 100); // Show the frame frame->Show(TRUE);