Merge SvLBoxTreeList and SvTreeList.

Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
This commit is contained in:
Kohei Yoshida
2012-10-19 15:20:10 +02:00
parent 4bc089dff2
commit 49e5e750b5
23 changed files with 42 additions and 125 deletions

View File

@@ -1957,7 +1957,7 @@ void implCollapseModifiedObjectEntry( SvTreeListEntry* pParent, WatchTreeListBox
{
pThis->Collapse( pParent );
SvLBoxTreeList* pModel = pThis->GetModel();
SvTreeList* pModel = pThis->GetModel();
SvTreeListEntry* pDeleteEntry;
while( (pDeleteEntry = pThis->SvTreeListBox::GetEntry( pParent, 0 )) != NULL )
{