]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/choiccmn.cpp
added support for POST method and alternate ports (part of patch 649438)
[wxWidgets.git] / src / common / choiccmn.cpp
index 06345dbdc6e7198961e0f1bd16b271a62036da2c..a8adee15fd460537c3d6e691c597fd796aac67e0 100644 (file)
@@ -6,7 +6,7 @@
 // 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
 // ----------------------------------------------------------------------------