aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterland.h')
-rw-r--r--linden/indra/newview/llfloaterland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterland.h b/linden/indra/newview/llfloaterland.h
index 3cc0b27..6e54d12 100644
--- a/linden/indra/newview/llfloaterland.h
+++ b/linden/indra/newview/llfloaterland.h
@@ -41,6 +41,7 @@ const F32 CACHE_REFRESH_TIME = 2.5f;
41 41
42class LLTextBox; 42class LLTextBox;
43class LLCheckBoxCtrl; 43class LLCheckBoxCtrl;
44class LLRadioGroup;
44class LLComboBox; 45class LLComboBox;
45class LLButton; 46class LLButton;
46class LLNameListCtrl; 47class LLNameListCtrl;
@@ -368,6 +369,7 @@ public:
368 369
369protected: 370protected:
370 LLCheckBoxCtrl* mCheckSoundLocal; 371 LLCheckBoxCtrl* mCheckSoundLocal;
372 LLRadioGroup* mRadioVoiceChat;
371 LLLineEditor* mMusicURLEdit; 373 LLLineEditor* mMusicURLEdit;
372 LLLineEditor* mMediaURLEdit; 374 LLLineEditor* mMediaURLEdit;
373 LLTextureCtrl* mMediaTextureCtrl; 375 LLTextureCtrl* mMediaTextureCtrl;