From 22cb31398e6a0a966289be8182653309d2929ca2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Feb 2009 14:15:20 +0000 Subject: [PATCH] another missing WXDLLIMPEXP to fix DLL build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/evtloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/evtloop.h b/include/wx/msw/evtloop.h index 2c2c524b65..5c89e304bd 100644 --- a/include/wx/msw/evtloop.h +++ b/include/wx/msw/evtloop.h @@ -42,7 +42,7 @@ protected: #if wxUSE_GUI -WX_DECLARE_OBJARRAY(MSG, wxMSGArray); +WX_DECLARE_EXPORTED_OBJARRAY(MSG, wxMSGArray); class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxMSWEventLoopBase { -- 2.45.2