#pragma hdrstop
#endif
+#if wxUSE_CHOICE
+
#ifndef WX_PRECOMP
#include "wx/choice.h"
#endif
// implementation
// ============================================================================
+wxChoiceBase::~wxChoiceBase()
+{
+ // this destructor is required for Darwin
+}
+
// ----------------------------------------------------------------------------
// selection
// ----------------------------------------------------------------------------
SetSelection(event.m_commandInt);
(void)ProcessEvent(event);
}
+
+#endif // wxUSE_CHOICE
+