diff options
Diffstat (limited to 'linden/indra/newview/lltoolselectland.h')
-rw-r--r-- | linden/indra/newview/lltoolselectland.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolselectland.h b/linden/indra/newview/lltoolselectland.h index dafec66..1e1462b 100644 --- a/linden/indra/newview/lltoolselectland.h +++ b/linden/indra/newview/lltoolselectland.h | |||
@@ -38,7 +38,7 @@ | |||
38 | class LLParcelSelection; | 38 | class LLParcelSelection; |
39 | 39 | ||
40 | class LLToolSelectLand | 40 | class LLToolSelectLand |
41 | : public LLTool | 41 | : public LLTool, public LLSingleton<LLToolSelectLand> |
42 | { | 42 | { |
43 | public: | 43 | public: |
44 | LLToolSelectLand( ); | 44 | LLToolSelectLand( ); |
@@ -78,6 +78,5 @@ protected: | |||
78 | LLSafeHandle<LLParcelSelection> mSelection; // hold on to a parcel selection | 78 | LLSafeHandle<LLParcelSelection> mSelection; // hold on to a parcel selection |
79 | }; | 79 | }; |
80 | 80 | ||
81 | extern LLToolSelectLand *gToolParcel; | ||
82 | 81 | ||
83 | #endif | 82 | #endif |