summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.h
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-12-23 13:01:34 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-12-23 13:01:34 +0200
commit3defdaa0071418ce15c0d33a3b25f8338763ccf1 (patch)
tree5a8a2448a1a549b690c09cd6bcc45e83427821c2 /indra/newview/llchiclet.h
parent633c15570a52082030667ec2d096058f16ccf228 (diff)
fix for EXT-2881 Enough space to place 5 chiclets without arrows in bottom bar when voice indicator isn't shown
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r--indra/newview/llchiclet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h
index 2ab6abfb5b..511b85b0b6 100644
--- a/indra/newview/llchiclet.h
+++ b/indra/newview/llchiclet.h
@@ -1021,6 +1021,8 @@ public:
S32 getTotalUnreadIMCount();
+ S32 notifyParent(const LLSD& info);
+
protected:
LLChicletPanel(const Params&p);
friend class LLUICtrlFactory;