diff options
Diffstat (limited to 'indra/newview/llbottomtray.h')
-rw-r--r-- | indra/newview/llbottomtray.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h index ffb0f9ae4f..fec533f9f3 100644 --- a/indra/newview/llbottomtray.h +++ b/indra/newview/llbottomtray.h @@ -38,6 +38,7 @@ class LLChicletPanel; class LLLineEditor; +class LLLayoutStack; class LLNotificationChiclet; class LLTalkButton; class LLNearbyChatBar; @@ -80,6 +81,8 @@ protected: LLNotificationChiclet* mSysWell; LLTalkButton* mTalkBtn; LLNearbyChatBar* mNearbyChatBar; + LLLayoutStack* mToolbarStack; + }; #endif // LL_LLBOTTOMPANEL_H |