]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing WXDLLEXPORT
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Oct 2001 22:18:19 +0000 (22:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Oct 2001 22:18:19 +0000 (22:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/listbox.h

index 45f4b1bba704baa95685cb3eb7c1cec712c068ca..aa608cfba6147af1c3e7fc975948b96350ab055e 100644 (file)
@@ -50,7 +50,7 @@
 // wxListBox: a list of selectable items
 // ----------------------------------------------------------------------------
 
 // wxListBox: a list of selectable items
 // ----------------------------------------------------------------------------
 
-class wxListBox : public wxListBoxBase, public wxScrollHelper
+class WXDLLEXPORT wxListBox : public wxListBoxBase, public wxScrollHelper
 {
 public:
     // ctors and such
 {
 public:
     // ctors and such