X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/217099990c2665d18d352c60058106da9a014ab8..e4052bd3e69edb56b59829388fa28a3d10a29ee8:/src/common/gaugecmn.cpp diff --git a/src/common/gaugecmn.cpp b/src/common/gaugecmn.cpp index 585f8e6f68..eeee356908 100644 --- a/src/common/gaugecmn.cpp +++ b/src/common/gaugecmn.cpp @@ -39,6 +39,11 @@ // implementation // ============================================================================ +wxGaugeBase::~wxGaugeBase() +{ + // this destructor is required for Darwin +} + // ---------------------------------------------------------------------------- // wxGauge creation // ----------------------------------------------------------------------------