From 5ffe00d001886954ff62718d3f01606dfa5ab94b Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Wed, 7 Jan 2009 17:29:10 +0000 Subject: [PATCH] fix wxMotif errors when linking against a wxControlWithItems-derived widget git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/ctrlsub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/motif/ctrlsub.h b/include/wx/motif/ctrlsub.h index dfa0915e6b..cc417f9f80 100644 --- a/include/wx/motif/ctrlsub.h +++ b/include/wx/motif/ctrlsub.h @@ -18,7 +18,7 @@ // wxControlWithItems // ---------------------------------------------------------------------------- -class wxControlWithItems : public wxControlWithItemsGeneric +class WXDLLIMPEXP_CORE wxControlWithItems : public wxControlWithItemsGeneric { public: wxControlWithItems() { } -- 2.50.0