summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplaces.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-11-01 11:02:51 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-11-01 11:02:51 -0400
commite26268add0d10cb7609afd9070f00d0331b78c4e (patch)
treed442909903109b8389113ffbdb6511d43c92ea52 /indra/newview/llpanelplaces.h
parent914ae700d211923c80df7de9a072b5692f164515 (diff)
SH-4595 WIP - reworked descendents of LLInventoryAddedObserver to use gInventory.getAddedIDs(). LLInventoryAddedObserver isn't really needed anymore, but leaving it in as a debugging point at least for now.
Diffstat (limited to 'indra/newview/llpanelplaces.h')
-rwxr-xr-xindra/newview/llpanelplaces.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaces.h b/indra/newview/llpanelplaces.h
index 85bdc2c4e1..b3bc248bd9 100755
--- a/indra/newview/llpanelplaces.h
+++ b/indra/newview/llpanelplaces.h
@@ -69,7 +69,7 @@ public:
void changedGlobalPos(const LLVector3d &global_pos);
// Opens landmark info panel when agent creates or receives landmark.
- void showAddedLandmarkInfo(const uuid_vec_t& items);
+ void showAddedLandmarkInfo(const uuid_set_t& items);
void setItem(LLInventoryItem* item);