Rework Name List Items to store the name type fully

It's more proper this way, but this will create some merge fighting
This commit is contained in:
Liru Færs
2019-08-25 15:51:29 -04:00
parent 29236442de
commit a399bd7b62
4 changed files with 48 additions and 48 deletions

View File

@@ -1639,7 +1639,7 @@ void LLPanelLandObjects::processParcelObjectOwnersReply(LLMessageSystem *msg, vo
LLNameListCtrl::NameItem item_params;
item_params.value = owner_id;
item_params.target = is_group_owned ? LLNameListCtrl::GROUP : LLNameListCtrl::INDIVIDUAL;
item_params.target = is_group_owned ? LLNameListItem::GROUP : LLNameListItem::INDIVIDUAL;
if (is_group_owned)
{