diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llmediaremotectrl.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
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 2681681..cacb2b3 100644 --- a/linden/indra/newview/llmediaremotectrl.h +++ b/linden/indra/newview/llmediaremotectrl.h | |||
@@ -45,8 +45,11 @@ public: | |||
45 | /*virtual*/ BOOL postBuild(); | 45 | /*virtual*/ BOOL postBuild(); |
46 | /*virtual*/ void draw(); | 46 | /*virtual*/ void draw(); |
47 | 47 | ||
48 | void enableMediaButtons(); | ||
49 | |||
48 | static void onClickExpandBtn(void* user_data); | 50 | static void onClickExpandBtn(void* user_data); |
49 | static void* createVolumePanel(void* data); | 51 | static void* createVolumePanel(void* data); |
52 | virtual void setToolTip(const LLString& msg); | ||
50 | 53 | ||
51 | protected: | 54 | protected: |
52 | void build(); | 55 | void build(); |