diff options
author | Oz Linden <oz@lindenlab.com> | 2013-03-05 17:51:10 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-03-05 17:51:10 -0500 |
commit | d348deb7049cbaef7c228000525c7ee5a265464c (patch) | |
tree | 810010b25bc5f0ba4511b40752f5f9ca7cb59b06 /indra/newview/llfloaterimnearbychat.h | |
parent | f7100331ebc7913d7117501ccac86f93f4ffb0e3 (diff) | |
parent | 55b2383f51ffabf7e95595df5d576f383d458ee1 (diff) |
merge changes for 3.5.0-beta2
Diffstat (limited to 'indra/newview/llfloaterimnearbychat.h')
-rw-r--r-- | indra/newview/llfloaterimnearbychat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimnearbychat.h b/indra/newview/llfloaterimnearbychat.h index 2992c12436..4ad37eb0c7 100644 --- a/indra/newview/llfloaterimnearbychat.h +++ b/indra/newview/llfloaterimnearbychat.h @@ -69,6 +69,7 @@ public: LLChatEntry* getChatBox() { return mInputEditor; } std::string getCurrentChat(); + S32 getMessageArchiveLength() {return mMessageArchive.size();} virtual BOOL handleKeyHere( KEY key, MASK mask ); |