]> git.saurik.com Git - wxWidgets.git/commitdiff
added virtual destructor (for Mac OS X)
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 9 Sep 2001 17:58:11 +0000 (17:58 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 9 Sep 2001 17:58:11 +0000 (17:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/fl/controlbar.h

index d67be75021484dbd90a4c0aa31b0b97224daf85a..6e95be71248bbb9a0ab5232a7f784ea12b52c3d6 100644 (file)
@@ -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