diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lltoolselectland.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolselectland.h b/linden/indra/newview/lltoolselectland.h index a5b0b11..dafec66 100644 --- a/linden/indra/newview/lltoolselectland.h +++ b/linden/indra/newview/lltoolselectland.h | |||
@@ -75,7 +75,7 @@ protected: | |||
75 | LLVector3d mEastNorthTop; // global coords, from drag | 75 | LLVector3d mEastNorthTop; // global coords, from drag |
76 | 76 | ||
77 | BOOL mLastShowParcelOwners; // store last Show Parcel Owners setting | 77 | BOOL mLastShowParcelOwners; // store last Show Parcel Owners setting |
78 | LLHandle<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; | 81 | extern LLToolSelectLand *gToolParcel; |