]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/spinctlg.cpp
Add wxDataViewCtrl::ExpandAncestors() and call it from both EnsureVisible() and Select()
[wxWidgets.git] / src / generic / spinctlg.cpp
index b80e54ddb3f37066b6d756a74753625b04f9a8f1..1235d9819c8bc25ebce2e632e2e10338ae62e765 100644 (file)
@@ -306,7 +306,7 @@ bool wxSpinCtrlGenericBase::Show(bool show)
     return true;
 }
 
-bool wxSpinCtrlGenericBase::Reparent(wxWindow *newParent)
+bool wxSpinCtrlGenericBase::Reparent(wxWindowBase *newParent)
 {
     if ( m_spinButton )
     {