summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.h
diff options
context:
space:
mode:
authorleyla_linden <none@none>2011-10-11 16:18:24 -0700
committerleyla_linden <none@none>2011-10-11 16:18:24 -0700
commit7a13cde7604977b32a9f3a027a0ce5b64d52ad9c (patch)
tree5976f4729e2b082b9dac4fe3683d94f7509c13e8 /indra/newview/llnearbychatbar.h
parentca9ea840951bcfeaf46f07c9ee0974408c21792a (diff)
parent9f0890fc3a6931562843e4597c009778424ee5bc (diff)
Merge
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r--indra/newview/llnearbychatbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h
index a6fd6e5665..5a7edac1bb 100644
--- a/indra/newview/llnearbychatbar.h
+++ b/indra/newview/llnearbychatbar.h
@@ -59,6 +59,8 @@ public:
static void sendChatFromViewer(const std::string &utf8text, EChatType type, BOOL animate);
static void sendChatFromViewer(const LLWString &wtext, EChatType type, BOOL animate);
+ void showHistory();
+
protected:
static BOOL matchChatTypeTrigger(const std::string& in_str, std::string* out_str);
static void onChatBoxKeystroke(LLLineEditor* caller, void* userdata);