correct the signature of the overriden Reparent()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -306,7 +306,7 @@ bool wxSpinCtrlGenericBase::Show(bool show)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool wxSpinCtrlGenericBase::Reparent(wxWindow *newParent)
|
||||
bool wxSpinCtrlGenericBase::Reparent(wxWindowBase *newParent)
|
||||
{
|
||||
if ( m_spinButton )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user