diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-05-24 03:25:28 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-24 13:55:38 +0300 |
commit | 2696b3de088877c3a406e817ed232c252700a16c (patch) | |
tree | f58753bc008245c035813ddf05806bc0366a6ed9 /indra/newview/llfloaterimsessiontab.h | |
parent | 6377610f6587989c126b00f490dfc8d527a1c2ce (diff) |
Introduce LLWStringView to prevent unnecessary memory allocations
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index f1773520af..0a8502cfc5 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -147,7 +147,7 @@ protected: std::string appendTime(); void assignResizeLimits(); - void updateUsedEmojis(LLWString text); + void updateUsedEmojis(LLWStringView text); S32 mFloaterExtraWidth; |