summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.h
diff options
context:
space:
mode:
authorAnsariel <ansariel.hiller@phoenixviewer.com>2024-05-24 03:25:28 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-24 13:55:38 +0300
commit2696b3de088877c3a406e817ed232c252700a16c (patch)
treef58753bc008245c035813ddf05806bc0366a6ed9 /indra/newview/llfloaterimsessiontab.h
parent6377610f6587989c126b00f490dfc8d527a1c2ce (diff)
Introduce LLWStringView to prevent unnecessary memory allocations
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r--indra/newview/llfloaterimsessiontab.h2
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;