diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-07-28 17:22:03 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-07-28 17:22:03 -0400 |
commit | e27170de344a3c4fbeeeb8279f9eb8c7665a9216 (patch) | |
tree | a0dfad0fcf5b378c1e2e8bc848111b0540b8817d /indra/newview/llnearbychatbar.h | |
parent | 76da1229ec26b582e054e8a1588ea78943c92d70 (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.h | 2 |
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); |