aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterchat.h')
-rw-r--r--linden/indra/newview/llfloaterchat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterchat.h b/linden/indra/newview/llfloaterchat.h
index 5a26567..f8683b9 100644
--- a/linden/indra/newview/llfloaterchat.h
+++ b/linden/indra/newview/llfloaterchat.h
@@ -78,6 +78,8 @@ public:
78 // Add chat to history alone. 78 // Add chat to history alone.
79 static void addChatHistory(const LLChat& chat, bool log_to_file = true); 79 static void addChatHistory(const LLChat& chat, bool log_to_file = true);
80 80
81 static void triggerAlerts(const std::string& text);
82
81 static void onClickMute(void *data); 83 static void onClickMute(void *data);
82 static void onClickToggleShowMute(LLUICtrl* caller, void *data); 84 static void onClickToggleShowMute(LLUICtrl* caller, void *data);
83 static void onClickToggleTranslateChat(LLUICtrl* caller, void *data); 85 static void onClickToggleTranslateChat(LLUICtrl* caller, void *data);