From: Vadim Zeitlin Date: Wed, 10 Oct 2001 22:18:19 +0000 (+0000) Subject: added missing WXDLLEXPORT X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d2a533a059cb69c68ce3930556d802db0089d577 added missing WXDLLEXPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/univ/listbox.h b/include/wx/univ/listbox.h index 45f4b1bba7..aa608cfba6 100644 --- a/include/wx/univ/listbox.h +++ b/include/wx/univ/listbox.h @@ -50,7 +50,7 @@ // wxListBox: a list of selectable items // ---------------------------------------------------------------------------- -class wxListBox : public wxListBoxBase, public wxScrollHelper +class WXDLLEXPORT wxListBox : public wxListBoxBase, public wxScrollHelper { public: // ctors and such