// 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
// ----------------------------------------------------------------------------