aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llmediaremotectrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llmediaremotectrl.h')
-rw-r--r--linden/indra/newview/llmediaremotectrl.h3
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
54protected: 57protected: