]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gaugecmn.cpp
xti extensions
[wxWidgets.git] / src / common / gaugecmn.cpp
index 585f8e6f680cccde126320e8baddc5ede878b906..b7384ea545c4c6061fabb63083be819a05217d1e 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     20.02.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows license
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 // implementation
 // ============================================================================
 
+wxGaugeBase::~wxGaugeBase()
+{
+    // this destructor is required for Darwin
+}
+
 // ----------------------------------------------------------------------------
 // wxGauge creation
 // ----------------------------------------------------------------------------