X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..8c73964939048d046c50ec0240d26d9c36a4e424:/samples/wxsocket/server.cpp diff --git a/samples/wxsocket/server.cpp b/samples/wxsocket/server.cpp index 2c52190936..4790e7a0cf 100644 --- a/samples/wxsocket/server.cpp +++ b/samples/wxsocket/server.cpp @@ -104,7 +104,7 @@ bool MyApp::OnInit(void) void MySock::OldOnNotify(wxRequestEvent flags) { - extern wxList wxPendingDelete; + extern wxList WXDLLEXPORT wxPendingDelete; switch (flags) { case EVT_READ: @@ -166,7 +166,7 @@ MyFrame::~MyFrame() } // Intercept menu commands -void MyFrame::Menu_Exit(wxCommandEvent& event) +void MyFrame::Menu_Exit(wxCommandEvent& WXUNUSED(event)) { Close(TRUE); }