aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llfloaterland.h
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-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.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;