aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolselectland.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltoolselectland.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/lltoolselectland.h b/linden/indra/newview/lltoolselectland.h
index 9bc1880..06ce1ee 100644
--- a/linden/indra/newview/lltoolselectland.h
+++ b/linden/indra/newview/lltoolselectland.h
@@ -31,11 +31,14 @@
31#include "lltool.h" 31#include "lltool.h"
32#include "v3dmath.h" 32#include "v3dmath.h"
33 33
34class LLParcelSelection;
35
34class LLToolSelectLand 36class LLToolSelectLand
35: public LLTool 37: public LLTool
36{ 38{
37public: 39public:
38 LLToolSelectLand( ); 40 LLToolSelectLand( );
41 virtual ~LLToolSelectLand();
39 42
40 /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask); 43 /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask);
41 /*virtual*/ BOOL handleDoubleClick(S32 x, S32 y, MASK mask); 44 /*virtual*/ BOOL handleDoubleClick(S32 x, S32 y, MASK mask);
@@ -68,6 +71,7 @@ protected:
68 LLVector3d mEastNorthTop; // global coords, from drag 71 LLVector3d mEastNorthTop; // global coords, from drag
69 72
70 BOOL mLastShowParcelOwners; // store last Show Parcel Owners setting 73 BOOL mLastShowParcelOwners; // store last Show Parcel Owners setting
74 LLHandle<LLParcelSelection> mSelection; // hold on to a parcel selection
71}; 75};
72 76
73extern LLToolSelectLand *gToolParcel; 77extern LLToolSelectLand *gToolParcel;