diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-19 13:47:32 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-19 13:47:32 +0200 |
commit | 65352e988410d8001d485fa9d72858e21cc80df7 (patch) | |
tree | b755439534bb91bb318db057767c5362a0b6c92d /indra/llui/llfolderviewitem.h | |
parent | 5f6a025397d0bcca27adc01fcb6fc324b7bdbd4d (diff) |
SL-14927 Some avatar names not resolving in chat
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..616d2e7d86 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, bool deparent_model = true); // This function is called by a child that needs to be resorted. void resort(LLFolderViewItem* item); |