From 4133caebe36b3433036c6b7a4301288f0f695de9 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Mon, 11 Dec 2017 19:31:36 +0200 Subject: MAINT-2177 User was able to create a landmark for remote location --- indra/newview/llpanelplaces.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/llpanelplaces.h') diff --git a/indra/newview/llpanelplaces.h b/indra/newview/llpanelplaces.h index c3d1b9bc53..27f991c202 100644 --- a/indra/newview/llpanelplaces.h +++ b/indra/newview/llpanelplaces.h @@ -146,6 +146,10 @@ private: // Information type currently shown in Place Information panel std::string mPlaceInfoType; + // Region and parcel ids, to detect location changes in case of AGENT_INFO_TYPE + LLUUID mRegionId; + S32 mParcelLocalId; + bool isLandmarkEditModeOn; // Holds info whether "My Landmarks" and "Teleport History" tabs have been created. -- cgit v1.2.3