diff options
author | leyla_linden <none@none> | 2011-10-11 16:18:24 -0700 |
---|---|---|
committer | leyla_linden <none@none> | 2011-10-11 16:18:24 -0700 |
commit | 7a13cde7604977b32a9f3a027a0ce5b64d52ad9c (patch) | |
tree | 5976f4729e2b082b9dac4fe3683d94f7509c13e8 /indra/newview/llnearbychatbar.h | |
parent | ca9ea840951bcfeaf46f07c9ee0974408c21792a (diff) | |
parent | 9f0890fc3a6931562843e4597c009778424ee5bc (diff) |
Merge
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r-- | indra/newview/llnearbychatbar.h | 2 |
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); |