Some fixes for gcc compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -128,7 +128,7 @@ ctConfigItem* ctConfigItem::GetChild(int n) const
|
||||
|
||||
if ( n < GetChildCount() && n > -1 )
|
||||
{
|
||||
ctConfigItem* child = wxDynamicCast(m_children.Nth(n)->Data(), ctConfigItem);
|
||||
ctConfigItem* child = wxDynamicCast(m_children.Item(n)->GetData(), ctConfigItem);
|
||||
return child;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user