git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11581
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
cbUpdatesManagerBase( wxFrameLayout* pPanel )
: mpLayout( pPanel ) {}
cbUpdatesManagerBase( wxFrameLayout* pPanel )
: mpLayout( pPanel ) {}
+ virtual ~cbUpdatesManagerBase() {}
+
void SetLayout( wxFrameLayout* pLayout ) { mpLayout = pLayout; }
// notificiactions received from frame-layout (in the order, in which
void SetLayout( wxFrameLayout* pLayout ) { mpLayout = pLayout; }
// notificiactions received from frame-layout (in the order, in which