diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanellandaudio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanellandaudio.h b/linden/indra/newview/llpanellandaudio.h index 82e27f6..b443beb 100644 --- a/linden/indra/newview/llpanellandaudio.h +++ b/linden/indra/newview/llpanellandaudio.h | |||
@@ -50,11 +50,12 @@ public: | |||
50 | 50 | ||
51 | private: | 51 | private: |
52 | static void onCommitAny(LLUICtrl* ctrl, void *userdata); | 52 | static void onCommitAny(LLUICtrl* ctrl, void *userdata); |
53 | static void onClickSoundHelp(void*); | ||
53 | 54 | ||
54 | private: | ||
55 | LLCheckBoxCtrl* mCheckSoundLocal; | 55 | LLCheckBoxCtrl* mCheckSoundLocal; |
56 | LLRadioGroup* mRadioVoiceChat; | 56 | LLRadioGroup* mRadioVoiceChat; |
57 | LLLineEditor* mMusicURLEdit; | 57 | LLLineEditor* mMusicURLEdit; |
58 | LLButton* mSoundHelpButton; | ||
58 | 59 | ||
59 | LLSafeHandle<LLParcelSelection>& mParcel; | 60 | LLSafeHandle<LLParcelSelection>& mParcel; |
60 | }; | 61 | }; |