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:
Stefan Neis
2008-05-17 09:40:37 +00:00
parent 34deb5cdfe
commit a289b10d2c
2 changed files with 2 additions and 8 deletions

View File

@@ -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;