// Created: 26.07.99
// RCS-ID: $Id$
// Copyright: (c) wxWindows team
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
#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
+