aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelplace.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelplace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelplace.h b/linden/indra/newview/llpanelplace.h
index df53013..0478d93 100644
--- a/linden/indra/newview/llpanelplace.h
+++ b/linden/indra/newview/llpanelplace.h
@@ -70,6 +70,7 @@ public:
70 void sendParcelInfoRequest(); 70 void sendParcelInfoRequest();
71 void displayParcelInfo(const LLVector3& pos_region, 71 void displayParcelInfo(const LLVector3& pos_region,
72 const LLUUID& landmark_asset_id, 72 const LLUUID& landmark_asset_id,
73 const LLUUID& landmark_item_id, // so we can send map floater the correct inventory item id
73 const LLUUID& region_id, 74 const LLUUID& region_id,
74 const LLVector3d& pos_global); 75 const LLVector3d& pos_global);
75 static void processParcelInfoReply(LLMessageSystem* msg, void**); 76 static void processParcelInfoReply(LLMessageSystem* msg, void**);
@@ -90,6 +91,7 @@ protected:
90 LLUUID mRequestedID; 91 LLUUID mRequestedID;
91 LLUUID mRegionID; 92 LLUUID mRegionID;
92 LLUUID mLandmarkAssetID; 93 LLUUID mLandmarkAssetID;
94 LLUUID mLandmarkItemID;
93 // Absolute position of the location for teleport, may not 95 // Absolute position of the location for teleport, may not
94 // be available (hence zero) 96 // be available (hence zero)
95 LLVector3d mPosGlobal; 97 LLVector3d mPosGlobal;