]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
use GtkComboBox instead of deprecated GtkOptionMenu for wxChoice; this also allows...
[wxWidgets.git] / include / wx / listbox.h
index 01604e47f6566b43812efacec650362d8cd5148b..e77d2b3ab867ede86db3862b9d87811b57674ff8 100644 (file)
@@ -30,13 +30,13 @@ class WXDLLIMPEXP_FWD_BASE wxArrayString;
 // global data
 // ----------------------------------------------------------------------------
 
-extern WXDLLEXPORT_DATA(const wxChar) wxListBoxNameStr[];
+extern WXDLLIMPEXP_DATA_CORE(const char) wxListBoxNameStr[];
 
 // ----------------------------------------------------------------------------
 // wxListBox interface is defined by the class wxListBoxBase
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxListBoxBase : public wxControlWithItems
+class WXDLLIMPEXP_CORE wxListBoxBase : public wxControlWithItems
 {
 public:
     wxListBoxBase() { }