From: Francesco Montorsi Date: Wed, 7 Jan 2009 17:29:10 +0000 (+0000) Subject: fix wxMotif errors when linking against a wxControlWithItems-derived widget X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5ffe00d001886954ff62718d3f01606dfa5ab94b?ds=inline 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 --- 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() { }