From 91b5f3bc571a190dd6d4170fb35d4b520ed64801 Mon Sep 17 00:00:00 2001 From: David Webster Date: Thu, 24 May 2001 13:24:03 +0000 Subject: [PATCH] Add RemoveChild git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/frame.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/os2/frame.h b/include/wx/os2/frame.h index dc64bf4ae7..dd1851cbfb 100644 --- a/include/wx/os2/frame.h +++ b/include/wx/os2/frame.h @@ -66,6 +66,7 @@ public: // override some more virtuals virtual bool Show(bool bShow = TRUE); + virtual void RemoveChild(wxWindowBase* pChild); // event handlers void OnActivate(wxActivateEvent& rEvent); -- 2.47.2