avoid shadowed variable warnings with VS2015
This commit is contained in:
@@ -1525,10 +1525,10 @@ wxTreeItemId wxTreeCtrl::DoInsertAfter(const wxTreeItemId& parent,
|
||||
// need this to make the "[+]" appear
|
||||
if ( firstChild )
|
||||
{
|
||||
TVGetItemRectParam param;
|
||||
TVGetItemRectParam param2;
|
||||
|
||||
wxTreeView_GetItemRect(GetHwnd(), HITEM(parent), param, FALSE);
|
||||
::InvalidateRect(GetHwnd(), ¶m.rect, FALSE);
|
||||
wxTreeView_GetItemRect(GetHwnd(), HITEM(parent), param2, FALSE);
|
||||
::InvalidateRect(GetHwnd(), ¶m2.rect, FALSE);
|
||||
}
|
||||
|
||||
// associate the application tree item with Win32 tree item handle
|
||||
|
Reference in New Issue
Block a user