diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterurldisplay.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterurldisplay.cpp b/linden/indra/newview/llfloaterurldisplay.cpp index 563eaf6..457d8b6 100644 --- a/linden/indra/newview/llfloaterurldisplay.cpp +++ b/linden/indra/newview/llfloaterurldisplay.cpp | |||
@@ -75,7 +75,8 @@ void LLFloaterURLDisplay::displayParcelInfo(U64 region_handle, const LLVector3& | |||
75 | 75 | ||
76 | LLUUID region_id; // don't know this | 76 | LLUUID region_id; // don't know this |
77 | LLUUID landmark_asset_id; // don't know this either | 77 | LLUUID landmark_asset_id; // don't know this either |
78 | mPlacePanel->displayParcelInfo(pos_local, landmark_asset_id, region_id, pos_global); | 78 | LLUUID landmark_item_id; // don't know this either |
79 | mPlacePanel->displayParcelInfo(pos_local, landmark_asset_id, landmark_item_id, region_id, pos_global); | ||
79 | 80 | ||
80 | this->setVisible(true); | 81 | this->setVisible(true); |
81 | this->setFrontmost(true); | 82 | this->setFrontmost(true); |