summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplaces.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2017-12-11 19:31:36 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2017-12-11 19:31:36 +0200
commit4133caebe36b3433036c6b7a4301288f0f695de9 (patch)
treed3b44e620cd3b3b95729308184b840acb0596294 /indra/newview/llpanelplaces.h
parentd86616cc6670882da2ecd23c3089d71869bb7c2c (diff)
MAINT-2177 User was able to create a landmark for remote location
Diffstat (limited to 'indra/newview/llpanelplaces.h')
-rw-r--r--indra/newview/llpanelplaces.h4
1 files changed, 4 insertions, 0 deletions
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.