diff options
author | McCabe Maxsted | 2009-06-08 10:15:15 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-08 10:15:15 -0700 |
commit | 125e5b1b97bdcfd328f322ee8871435119cd9e4d (patch) | |
tree | 07cc4660a345e849f7bdde644dcf43e0499c8162 /linden/indra/newview/llfloaterchatterbox.h | |
parent | Merged in 1.2.0-landsqm (diff) | |
parent | Communicate window now shows the number of unread IMs (diff) | |
download | meta-impy-125e5b1b97bdcfd328f322ee8871435119cd9e4d.zip meta-impy-125e5b1b97bdcfd328f322ee8871435119cd9e4d.tar.gz meta-impy-125e5b1b97bdcfd328f322ee8871435119cd9e4d.tar.bz2 meta-impy-125e5b1b97bdcfd328f322ee8871435119cd9e4d.tar.xz |
Merged in 1.2.0-communicatetitle
Diffstat (limited to 'linden/indra/newview/llfloaterchatterbox.h')
-rw-r--r-- | linden/indra/newview/llfloaterchatterbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterchatterbox.h b/linden/indra/newview/llfloaterchatterbox.h index 57f07a0..39e1025 100644 --- a/linden/indra/newview/llfloaterchatterbox.h +++ b/linden/indra/newview/llfloaterchatterbox.h | |||
@@ -90,6 +90,8 @@ public: | |||
90 | VisibilityPolicy<LLFloater>::hide(instance, key); | 90 | VisibilityPolicy<LLFloater>::hide(instance, key); |
91 | } | 91 | } |
92 | 92 | ||
93 | static void markAsUnread(bool unread); | ||
94 | |||
93 | private: | 95 | private: |
94 | LLFloater* getFloater(const LLSD& key) | 96 | LLFloater* getFloater(const LLSD& key) |
95 | { | 97 | { |