summaryrefslogtreecommitdiff
path: root/indra/llui/llview.h
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-12-03 13:47:52 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-12-03 13:47:52 +0200
commit6061c0fb5d3b725f254af4f7b04b5042d2bd3d9b (patch)
tree99101393214cde4f6f602967528dc1cf528cd81e /indra/llui/llview.h
parent37e547b67d262c5007e0beee703e578d6f3073bf (diff)
fix for EXT-1190 Accordion should support keyboard accessability
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r--indra/llui/llview.h2
1 files changed, 2 insertions, 0 deletions
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: