diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-25 10:22:39 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-25 10:22:39 +0000 |
commit | 7c340079ef679fa4b459cbe2ec0404b3a9a911df (patch) | |
tree | 4f5c0a445ba7335256b115168afc1d834ded479d /indra/newview/llstatusbar.h | |
parent | 75b89527932209eff14f62d6f4ee6e44ce1ceb5d (diff) |
more attempts to panelize the volume pulldown, but why won't it show?
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r-- | indra/newview/llstatusbar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h index 3ce3549961..d764163384 100644 --- a/indra/newview/llstatusbar.h +++ b/indra/newview/llstatusbar.h @@ -87,6 +87,8 @@ public: S32 getSquareMetersCommitted() const; S32 getSquareMetersLeft() const; + LLPanel *mPanelVolume; + private: // simple method to setup the part that holds the date void setupDate(); @@ -94,7 +96,6 @@ private: void onVolumeChanged(const LLSD& newvalue); static void onClickStatGraph(void* data); - private: LLTextBox *mTextHealth; |