// Created: 26.07.99
// RCS-ID: $Id$
// Copyright: (c) wxWindows team
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
// implementation
// ============================================================================
+wxChoiceBase::~wxChoiceBase()
+{
+ // this destructor is required for Darwin
+}
+
// ----------------------------------------------------------------------------
// selection
// ----------------------------------------------------------------------------