diff options
author | Merov Linden <merov@lindenlab.com> | 2010-12-21 15:30:25 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-12-21 15:30:25 -0800 |
commit | a2d7d12246406962521900478c868ff23d051dc6 (patch) | |
tree | b7f697ee3ac8d0552268a5ccaf03f41cf530fa37 /indra/newview/llstatusbar.h | |
parent | 472c9363a4d3d78aba579aab903101d43b05726a (diff) | |
parent | 8f5f68d1cc904e7774e20677237909940c63168d (diff) |
STORM-524 : pull in viewer-development
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r-- | indra/newview/llstatusbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h index 2388aeb0c8..4ea3183d18 100644 --- a/indra/newview/llstatusbar.h +++ b/indra/newview/llstatusbar.h @@ -94,6 +94,7 @@ private: void onClickScreen(S32 x, S32 y); static void onClickMediaToggle(void* data); + static void onClickBalance(void* data); private: LLTextBox *mTextTime; @@ -102,6 +103,7 @@ private: LLStatGraph *mSGPacketLoss; LLButton *mBtnVolume; + LLTextBox *mBoxBalance; LLButton *mMediaToggle; LLView* mScriptOut; LLFrameTimer mClockUpdateTimer; |