]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/choiccmn.cpp
implemented radio menu items for wxMSW
[wxWidgets.git] / src / common / choiccmn.cpp
index 06345dbdc6e7198961e0f1bd16b271a62036da2c..de1d8431a919a9e3b6717d5e013f370d0d3635ef 100644 (file)
 // implementation
 // ============================================================================
 
+wxChoiceBase::~wxChoiceBase()
+{
+    // this destructor is required for Darwin
+}
+
 // ----------------------------------------------------------------------------
 // selection
 // ----------------------------------------------------------------------------