From 3f2c845ed43ce2cb1cd78a92e8c2d019153f35e2 Mon Sep 17 00:00:00 2001 From: "Unknown (UG)" Date: Fri, 8 Jan 1999 17:02:06 +0000 Subject: [PATCH] no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/wxsocket/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/wxsocket/server.cpp b/samples/wxsocket/server.cpp index d0e11583d2..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: -- 2.50.0