summaryrefslogtreecommitdiff
path: root/indra/llui/llscrolllistctrl.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-11-23 12:11:53 -0800
committerLeslie Linden <leslie@lindenlab.com>2011-11-23 12:11:53 -0800
commit943789b53ac3f2750cb71dca6facc0de7fa39539 (patch)
tree124a3b6ae634b8128e9a007403d84ae21de230fd /indra/llui/llscrolllistctrl.h
parent249abaa62ba61a69ad669507c92d3a373c8e34f3 (diff)
SH-2710 FIX -- Removed calls to getChild happening every frame and during idle calls.
Reviewed by davep.
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
-rw-r--r--indra/llui/llscrolllistctrl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h
index 09ab89960d..ae8aea9245 100644
--- a/indra/llui/llscrolllistctrl.h
+++ b/indra/llui/llscrolllistctrl.h
@@ -480,6 +480,8 @@ private:
S32 mHighlightedItem;
class LLViewBorder* mBorder;
LLContextMenu *mPopupMenu;
+
+ LLView *mCommentTextView;
LLWString mSearchString;
LLFrameTimer mSearchTimer;