diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-08-08 22:38:56 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-08-08 22:38:56 +0300 |
commit | 946bdc1ee352618f0d333292272aceb48b6d8dd8 (patch) | |
tree | 2e488b54bc6506fad1446be57ad8eb5ac26aad1a /indra/newview/llfloaterprofile.h | |
parent | 014d7616b65fba699690589426a74e8acfc1a16c (diff) |
SL-14556 Profile floater does not update after a name change
Diffstat (limited to 'indra/newview/llfloaterprofile.h')
-rw-r--r-- | indra/newview/llfloaterprofile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterprofile.h b/indra/newview/llfloaterprofile.h index 36023077d3..c2b90a1dce 100644 --- a/indra/newview/llfloaterprofile.h +++ b/indra/newview/llfloaterprofile.h @@ -49,6 +49,7 @@ public: void createPick(const LLPickData &data); void showPick(const LLUUID& pick_id = LLUUID::null); bool isPickTabSelected(); + void refreshName(); void showClassified(const LLUUID& classified_id = LLUUID::null, bool edit = false); |