diff options
Diffstat (limited to 'linden/indra/newview/llfloaterland.h')
-rw-r--r-- | linden/indra/newview/llfloaterland.h | 2 |
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 | ||
42 | class LLTextBox; | 42 | class LLTextBox; |
43 | class LLCheckBoxCtrl; | 43 | class LLCheckBoxCtrl; |
44 | class LLRadioGroup; | ||
44 | class LLComboBox; | 45 | class LLComboBox; |
45 | class LLButton; | 46 | class LLButton; |
46 | class LLNameListCtrl; | 47 | class LLNameListCtrl; |
@@ -368,6 +369,7 @@ public: | |||
368 | 369 | ||
369 | protected: | 370 | protected: |
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; |