summaryrefslogtreecommitdiff
path: root/indra/newview/llscreenchannel.h
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-10-04 19:07:28 -0700
committerRichard Nelson <none@none>2010-10-04 19:07:28 -0700
commit3081f89744ab527af4c843bdf898654d4ba87b57 (patch)
tree5991395e039d63dd5cdcffa540e7030255fa5db7 /indra/newview/llscreenchannel.h
parent9e69af82b00141e82293656c6655ecfdba457e4a (diff)
EXP-138 FIXED Chat and IM notices not aligned with Bottom bar in Skylight Viewer
Diffstat (limited to 'indra/newview/llscreenchannel.h')
-rw-r--r--indra/newview/llscreenchannel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llscreenchannel.h b/indra/newview/llscreenchannel.h
index 6cf6d97550..62f822458b 100644
--- a/indra/newview/llscreenchannel.h
+++ b/indra/newview/llscreenchannel.h
@@ -111,6 +111,8 @@ public:
LLUUID getChannelID() { return mID; }
protected:
+ void updateBottom();
+
// Channel's flags
bool mControlHovering;
LLToast* mHoveredToast;