aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterland.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloaterland.h b/linden/indra/newview/llfloaterland.h
index 9eb9172..d8b7ecf 100644
--- a/linden/indra/newview/llfloaterland.h
+++ b/linden/indra/newview/llfloaterland.h
@@ -42,17 +42,18 @@
42typedef std::set<LLUUID, lluuid_less> uuid_list_t; 42typedef std::set<LLUUID, lluuid_less> uuid_list_t;
43const F32 CACHE_REFRESH_TIME = 2.5f; 43const F32 CACHE_REFRESH_TIME = 2.5f;
44 44
45class LLTextBox; 45class LLButton;
46class LLCheckBoxCtrl; 46class LLCheckBoxCtrl;
47class LLRadioGroup; 47class LLRadioGroup;
48class LLComboBox; 48class LLComboBox;
49class LLButton;
50class LLNameListCtrl; 49class LLNameListCtrl;
51class LLSpinCtrl; 50class LLSpinCtrl;
52class LLLineEditor; 51class LLLineEditor;
53class LLRadioGroup; 52class LLRadioGroup;
54class LLParcelSelectionObserver; 53class LLParcelSelectionObserver;
55class LLTabContainer; 54class LLTabContainer;
55class LLTextBox;
56class LLTextEditor;
56class LLTextureCtrl; 57class LLTextureCtrl;
57class LLViewerTextEditor; 58class LLViewerTextEditor;
58class LLParcelSelection; 59class LLParcelSelection;
@@ -347,7 +348,6 @@ protected:
347 LLButton* mSetBtn; 348 LLButton* mSetBtn;
348 LLButton* mClearBtn; 349 LLButton* mClearBtn;
349 350
350 LLCheckBoxCtrl *mAllowPublishCtrl;
351 LLCheckBoxCtrl *mMatureCtrl; 351 LLCheckBoxCtrl *mMatureCtrl;
352 LLCheckBoxCtrl *mPushRestrictionCtrl; 352 LLCheckBoxCtrl *mPushRestrictionCtrl;
353 LLButton *mPublishHelpButton; 353 LLButton *mPublishHelpButton;