diff options
Diffstat (limited to 'linden/indra/newview/llfloatertools.h')
-rw-r--r-- | linden/indra/newview/llfloatertools.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloatertools.h b/linden/indra/newview/llfloatertools.h index 38151f4..b0a804b 100644 --- a/linden/indra/newview/llfloatertools.h +++ b/linden/indra/newview/llfloatertools.h | |||
@@ -34,6 +34,7 @@ | |||
34 | 34 | ||
35 | #include "llfloater.h" | 35 | #include "llfloater.h" |
36 | #include "llcoord.h" | 36 | #include "llcoord.h" |
37 | #include "llparcelselection.h" | ||
37 | 38 | ||
38 | class LLButton; | 39 | class LLButton; |
39 | class LLTextBox; | 40 | class LLTextBox; |
@@ -50,8 +51,7 @@ class LLComboBox; | |||
50 | class LLParcelSelection; | 51 | class LLParcelSelection; |
51 | class LLObjectSelection; | 52 | class LLObjectSelection; |
52 | 53 | ||
53 | typedef LLHandle<LLParcelSelection> LLParcelSelectionHandle; | 54 | typedef LLSafeHandle<LLObjectSelection> LLObjectSelectionHandle; |
54 | typedef LLHandle<LLObjectSelection> LLObjectSelectionHandle; | ||
55 | 55 | ||
56 | class LLFloaterTools | 56 | class LLFloaterTools |
57 | : public LLFloater | 57 | : public LLFloater |
@@ -174,7 +174,7 @@ public: | |||
174 | 174 | ||
175 | std::vector<LLButton*> mButtons;//[ 15 ]; | 175 | std::vector<LLButton*> mButtons;//[ 15 ]; |
176 | 176 | ||
177 | LLTabContainerCommon *mTab; | 177 | LLTabContainer *mTab; |
178 | LLPanelPermissions *mPanelPermissions; | 178 | LLPanelPermissions *mPanelPermissions; |
179 | LLPanelObject *mPanelObject; | 179 | LLPanelObject *mPanelObject; |
180 | LLPanelVolume *mPanelVolume; | 180 | LLPanelVolume *mPanelVolume; |