From 6061c0fb5d3b725f254af4f7b04b5042d2bd3d9b Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Thu, 3 Dec 2009 13:47:52 +0200 Subject: fix for EXT-1190 Accordion should support keyboard accessability --HG-- branch : product-engine --- indra/llui/llview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llui/llview.h') diff --git a/indra/llui/llview.h b/indra/llui/llview.h index d485244a05..c611e4c85f 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -514,6 +514,8 @@ public: virtual void notifyParent(const LLSD& info); virtual void notifyChildren(const LLSD& info); + virtual void notify(const LLSD& info) {}; + static const LLViewDrawContext& getDrawContext(); protected: -- cgit v1.2.3