Fixed wxWindowOS2::Reparent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1094,7 +1094,7 @@ void wxWindowOS2::OnIdle(
|
||||
//
|
||||
// Set this window to be the child of 'parent'.
|
||||
//
|
||||
bool wxWindowOS2::Reparent( wxWindow* pParent)
|
||||
bool wxWindowOS2::Reparent( wxWindowBase* pParent)
|
||||
{
|
||||
if (!wxWindowBase::Reparent(pParent))
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user