diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llfloaterland.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to '')
-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; |