summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-09-06 17:51:44 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-09-06 17:51:44 +0300
commitd8cc5688eff5b540f8653a1bc39e0644b1da8d03 (patch)
tree22623be4a63e92ba3a50eb9975ed28293fcb4110 /indra/newview
parenta04f44b7fc76bdaa022642d6e01c72e5996eb989 (diff)
SL-20209 MacOS buildfix
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpanelemojicomplete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelemojicomplete.h b/indra/newview/llpanelemojicomplete.h
index 3456de4044..02104efbcb 100644
--- a/indra/newview/llpanelemojicomplete.h
+++ b/indra/newview/llpanelemojicomplete.h
@@ -70,7 +70,7 @@ public:
void setEmojiHint(const std::string& hint);
protected:
- void LLPanelEmojiComplete::onEmojisChanged();
+ void onEmojisChanged();
size_t posToIndex(S32 x, S32 y) const;
void select(size_t emoji_idx);
void selectNext();