#define _WX_UNIV_LISTBOX_H_
#ifdef __GNUG__
- #pragma implementation "univlistbox.h"
+ #pragma interface "univlistbox.h"
#endif
#include "wx/scrolwin.h" // for wxScrollHelper
// wxListBox: a list of selectable items
// ----------------------------------------------------------------------------
-class wxListBox : public wxListBoxBase, public wxScrollHelper
+class WXDLLEXPORT wxListBox : public wxListBoxBase, public wxScrollHelper
{
public:
// ctors and such