Applied patch [ 817317 ] fixes for errors and warnings reported by MinGW for utils
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -248,7 +248,7 @@ void ctConfigItemsSelector::InitSourceConfigList(ctConfigItem* item)
|
||||
ctConfigItem* child = (ctConfigItem*) node->GetData();
|
||||
InitSourceConfigList(child);
|
||||
|
||||
node = node->Next();
|
||||
node = node->GetNext();
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1229,10 +1229,10 @@ void ctConfiguration::Detach()
|
||||
/// the config items
|
||||
void ctConfiguration::DetachFromTree()
|
||||
{
|
||||
/*
|
||||
wxTreeItemId item = GetTreeItemId();
|
||||
|
||||
// TODO
|
||||
/*
|
||||
ctTreeItemData* data = (ctTreeItemData*) wxGetApp().GetMainFrame()->GetConfigTreeCtrl()->GetItemData(item);
|
||||
data->SetConfigItem(NULL);
|
||||
m_treeItemId = wxTreeItemId();
|
||||
|
Reference in New Issue
Block a user