added virtual destructor (for Mac OS X)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1052,6 +1052,8 @@ public:
|
|||||||
cbUpdatesManagerBase( wxFrameLayout* pPanel )
|
cbUpdatesManagerBase( wxFrameLayout* pPanel )
|
||||||
: mpLayout( pPanel ) {}
|
: mpLayout( pPanel ) {}
|
||||||
|
|
||||||
|
virtual ~cbUpdatesManagerBase() {}
|
||||||
|
|
||||||
void SetLayout( wxFrameLayout* pLayout ) { mpLayout = pLayout; }
|
void SetLayout( wxFrameLayout* pLayout ) { mpLayout = pLayout; }
|
||||||
|
|
||||||
// notificiactions received from frame-layout (in the order, in which
|
// notificiactions received from frame-layout (in the order, in which
|
||||||
|
Reference in New Issue
Block a user