summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.h
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-11-10 02:58:01 +0100
committerGuru <alexandrgproductengine@lindenlab.com>2023-11-10 03:38:44 +0100
commit1ef524986f598038c5ebdd38ea17d2f5a56c0626 (patch)
tree339386516d2977209fb6d7991ce65149823efc9e /indra/newview/llfloaterimsessiontab.h
parent88b15ff62c5225f48d60d5d49dafbd32417856c7 (diff)
SL-20416 Choose emoji floater puts emoji in the chat window that opened it
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r--indra/newview/llfloaterimsessiontab.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h
index 1b34b242c7..ddffed57a3 100644
--- a/indra/newview/llfloaterimsessiontab.h
+++ b/indra/newview/llfloaterimsessiontab.h
@@ -216,11 +216,11 @@ private:
void onInputEditorClicked();
static void onEmojiRecentPanelToggleBtnClicked(LLFloaterIMSessionTab* self);
- static void onEmojiPickerToggleBtnClicked(LLFloaterIMSessionTab* self);
+ static void onEmojiPickerToggleBtnClicked();
void initEmojiRecentPanel(bool moveFocus);
void onRecentEmojiPicked(const LLSD& value);
- void onEmojiPicked(llwchar emoji);
- void onEmojiPickerClosed();
+ static void onEmojiPicked(llwchar emoji);
+ static void onEmojiPickerClosed();
bool checkIfTornOff();
bool mIsHostAttached;