From f4075f30fa3477529d1c9cc0966233c498f84c57 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 31 Jul 2007 22:03:08 +0000 Subject: [PATCH] added WXDLLEXPORT to the (empty) wxControlWithItems class declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/ctrlsub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/ctrlsub.h b/include/wx/ctrlsub.h index 901f52c45d..0393859bb5 100644 --- a/include/wx/ctrlsub.h +++ b/include/wx/ctrlsub.h @@ -425,7 +425,7 @@ private: #elif defined(__WXMOTIF__) #include "wx/motif/ctrlsub.h" #else - class wxControlWithItems : public wxControlWithItemsBase + class WXDLLEXPORT wxControlWithItems : public wxControlWithItemsBase { public: wxControlWithItems() { }