]> git.saurik.com Git - wxWidgets.git/commitdiff
another missing WXDLLIMPEXP to fix DLL build
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Feb 2009 14:15:20 +0000 (14:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Feb 2009 14:15:20 +0000 (14:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/evtloop.h

index 2c2c524b650b3caf21e01e78a36816880330a394..5c89e304bd80b29f3a44677d73b71b2b5ec2ca21 100644 (file)
@@ -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
 {