#ifndef WX_PRECOMP
#include "wx/listbox.h"
+ #include "wx/dynarray.h"
#endif
// ============================================================================
// implementation
// ============================================================================
+wxListBoxBase::~wxListBoxBase()
+{
+ // this destructor is required for Darwin
+}
+
// ----------------------------------------------------------------------------
// adding items
// ----------------------------------------------------------------------------