From 73bc0fb42b5bcd80030d9f30d5cb57ec2397ba08 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Sat, 17 Feb 2007 03:02:16 +0000 Subject: merge -r 56779:58057 /branches/selection_management --- indra/newview/lltoolselectland.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/lltoolselectland.h') diff --git a/indra/newview/lltoolselectland.h b/indra/newview/lltoolselectland.h index 9ae2b071b5..02158b1495 100644 --- a/indra/newview/lltoolselectland.h +++ b/indra/newview/lltoolselectland.h @@ -12,11 +12,14 @@ #include "lltool.h" #include "v3dmath.h" +class LLParcelSelection; + class LLToolSelectLand : public LLTool { public: LLToolSelectLand( ); + virtual ~LLToolSelectLand(); /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask); /*virtual*/ BOOL handleDoubleClick(S32 x, S32 y, MASK mask); @@ -49,6 +52,7 @@ protected: LLVector3d mEastNorthTop; // global coords, from drag BOOL mLastShowParcelOwners; // store last Show Parcel Owners setting + LLHandle mSelection; // hold on to a parcel selection }; extern LLToolSelectLand *gToolParcel; -- cgit v1.2.3