diff options
author | Jacek Antonelli | 2008-08-15 23:45:35 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:35 -0500 |
commit | 7a29b2d1cd471767b58ea30f53900cd2c5a9637c (patch) | |
tree | a2f7b5eb90ec41f903f2558e57d47f5ebd913a8f /linden/indra/newview/llmediaremotectrl.h | |
parent | Second Life viewer sources 1.19.1.0 (diff) | |
download | meta-impy-7a29b2d1cd471767b58ea30f53900cd2c5a9637c.zip meta-impy-7a29b2d1cd471767b58ea30f53900cd2c5a9637c.tar.gz meta-impy-7a29b2d1cd471767b58ea30f53900cd2c5a9637c.tar.bz2 meta-impy-7a29b2d1cd471767b58ea30f53900cd2c5a9637c.tar.xz |
Second Life viewer sources 1.19.1.1
Diffstat (limited to 'linden/indra/newview/llmediaremotectrl.h')
-rw-r--r-- | linden/indra/newview/llmediaremotectrl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llmediaremotectrl.h b/linden/indra/newview/llmediaremotectrl.h index cacb2b3..07c2ee9 100644 --- a/linden/indra/newview/llmediaremotectrl.h +++ b/linden/indra/newview/llmediaremotectrl.h | |||
@@ -47,8 +47,11 @@ public: | |||
47 | 47 | ||
48 | void enableMediaButtons(); | 48 | void enableMediaButtons(); |
49 | 49 | ||
50 | LLPanel* mControls; | ||
51 | |||
50 | static void onClickExpandBtn(void* user_data); | 52 | static void onClickExpandBtn(void* user_data); |
51 | static void* createVolumePanel(void* data); | 53 | static void* createVolumePanel(void* data); |
54 | |||
52 | virtual void setToolTip(const LLString& msg); | 55 | virtual void setToolTip(const LLString& msg); |
53 | 56 | ||
54 | protected: | 57 | protected: |