summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.h
diff options
context:
space:
mode:
authorSergey Borushevsky <sborushevsky@productengine.com>2009-10-26 21:16:23 +0200
committerSergey Borushevsky <sborushevsky@productengine.com>2009-10-26 21:16:23 +0200
commitbdddca899b3967a614000b814cf98796c7a371a8 (patch)
treea0f2491361dbfed6697bbee4e1fef2bf935c3fbe /indra/newview/llnearbychatbar.h
parente874fbc8f052e3a7a16d4b4d61a35a4c49dab1cd (diff)
Fixed normal bug EXT-1450 (Set max height on Gestures tray).
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r--indra/newview/llnearbychatbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h
index b902ff86cc..d495a10193 100644
--- a/indra/newview/llnearbychatbar.h
+++ b/indra/newview/llnearbychatbar.h
@@ -62,6 +62,9 @@ public:
virtual void changed() { refreshGestures(); }
protected:
+
+ virtual void showList();
+
LLFrameTimer mGestureLabelTimer;
std::vector<LLMultiGesture*> mGestures;
std::string mLabel;