diff options
author | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
commit | 3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch) | |
tree | 504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llfloaterland.h | |
parent | Second Life viewer sources 1.18.4.3 (diff) | |
download | meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2 meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz |
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to 'linden/indra/newview/llfloaterland.h')
-rw-r--r-- | linden/indra/newview/llfloaterland.h | 6 |
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 @@ | |||
42 | typedef std::set<LLUUID, lluuid_less> uuid_list_t; | 42 | typedef std::set<LLUUID, lluuid_less> uuid_list_t; |
43 | const F32 CACHE_REFRESH_TIME = 2.5f; | 43 | const F32 CACHE_REFRESH_TIME = 2.5f; |
44 | 44 | ||
45 | class LLTextBox; | 45 | class LLButton; |
46 | class LLCheckBoxCtrl; | 46 | class LLCheckBoxCtrl; |
47 | class LLRadioGroup; | 47 | class LLRadioGroup; |
48 | class LLComboBox; | 48 | class LLComboBox; |
49 | class LLButton; | ||
50 | class LLNameListCtrl; | 49 | class LLNameListCtrl; |
51 | class LLSpinCtrl; | 50 | class LLSpinCtrl; |
52 | class LLLineEditor; | 51 | class LLLineEditor; |
53 | class LLRadioGroup; | 52 | class LLRadioGroup; |
54 | class LLParcelSelectionObserver; | 53 | class LLParcelSelectionObserver; |
55 | class LLTabContainer; | 54 | class LLTabContainer; |
55 | class LLTextBox; | ||
56 | class LLTextEditor; | ||
56 | class LLTextureCtrl; | 57 | class LLTextureCtrl; |
57 | class LLViewerTextEditor; | 58 | class LLViewerTextEditor; |
58 | class LLParcelSelection; | 59 | class 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; |