#include "wx/clntdata.h"
// forward decl for GetSelections()
-class WXDLLEXPORT wxArrayInt;
+class WXDLLIMPEXP_FWD_CORE wxArrayInt;
// List box item
class WXDLLEXPORT wxListBox: public wxListBoxBase
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxListBoxNameStr);
- ~wxListBox();
+ virtual ~wxListBox();
// implementation of wxControlWithItems
virtual unsigned int GetCount() const;