From: Gilles Depeyrot Date: Sun, 9 Sep 2001 17:58:11 +0000 (+0000) Subject: added virtual destructor (for Mac OS X) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0ad0dc5760b0bdaef6e3a596c9053cffeddaa784 added virtual destructor (for Mac OS X) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/include/wx/fl/controlbar.h b/contrib/include/wx/fl/controlbar.h index d67be75021..6e95be7124 100644 --- a/contrib/include/wx/fl/controlbar.h +++ b/contrib/include/wx/fl/controlbar.h @@ -1052,6 +1052,8 @@ public: cbUpdatesManagerBase( wxFrameLayout* pPanel ) : mpLayout( pPanel ) {} + virtual ~cbUpdatesManagerBase() {} + void SetLayout( wxFrameLayout* pLayout ) { mpLayout = pLayout; } // notificiactions received from frame-layout (in the order, in which