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:
parent
8252c9ca38
commit
0ad0dc5760
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user