aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterchatterbox.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-08 10:15:15 -0700
committerMcCabe Maxsted2009-06-08 10:15:15 -0700
commit125e5b1b97bdcfd328f322ee8871435119cd9e4d (patch)
tree07cc4660a345e849f7bdde644dcf43e0499c8162 /linden/indra/newview/llfloaterchatterbox.h
parentMerged in 1.2.0-landsqm (diff)
parentCommunicate window now shows the number of unread IMs (diff)
downloadmeta-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.h2
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
93private: 95private:
94 LLFloater* getFloater(const LLSD& key) 96 LLFloater* getFloater(const LLSD& key)
95 { 97 {