diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-19 12:55:04 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-19 13:22:05 +0200 |
commit | a66932a091bac4d4ca1a861901b9cef619a406f7 (patch) | |
tree | 3132a44e61235eb68d9542221710ca399a8d105e /indra/llui/llfolderviewitem.h | |
parent | c0f28ae36261cc31d6412c42c05d1b7719a2c04b (diff) |
SL-14927 Some avatar names not resolving in chat
buildConversationViewParticipant() was deparenting view models that belong to session
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rw-r--r-- | indra/llui/llfolderviewitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewitem.h b/indra/llui/llfolderviewitem.h index da09d139e9..3bfc7ee8cf 100644 --- a/indra/llui/llfolderviewitem.h +++ b/indra/llui/llfolderviewitem.h @@ -387,7 +387,7 @@ public: // extractItem() removes the specified item from the folder, but // doesn't delete it. - virtual void extractItem( LLFolderViewItem* item ); + virtual void extractItem( LLFolderViewItem* item); // This function is called by a child that needs to be resorted. void resort(LLFolderViewItem* item); |