summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-28 17:22:03 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-28 17:22:03 -0400
commite27170de344a3c4fbeeeb8279f9eb8c7665a9216 (patch)
treea0dfad0fcf5b378c1e2e8bc848111b0540b8817d /indra/newview/llnearbychatbar.h
parent76da1229ec26b582e054e8a1588ea78943c92d70 (diff)
EXT-8221 FIX - fixed invalid array index in a vector<LLMultiGesture*>
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r--indra/newview/llnearbychatbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h
index 83c174fd10..0eaa60ce81 100644
--- a/indra/newview/llnearbychatbar.h
+++ b/indra/newview/llnearbychatbar.h
@@ -68,7 +68,7 @@ public:
~LLGestureComboList();
- LLCtrlListInterface* getListInterface() { return (LLCtrlListInterface*)mList; };
+ LLCtrlListInterface* getListInterface();
virtual void showList();
virtual void hideList();
virtual BOOL handleKeyHere(KEY key, MASK mask);