summaryrefslogtreecommitdiff
path: root/indra/newview/llgesturemgr.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-06 13:18:35 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-06 13:18:35 +0100
commit613c84fc67652619abf323c005b5834bea68360c (patch)
tree6924583f0b56fedb06ea0ba824a06996d1439905 /indra/newview/llgesturemgr.cpp
parent20c660569df71f677065b5f5f66477ebbd6b35b6 (diff)
parent9bfc1c3b1060f15990bba218795a1ef6009d1535 (diff)
merge
Diffstat (limited to 'indra/newview/llgesturemgr.cpp')
-rw-r--r--indra/newview/llgesturemgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgesturemgr.cpp b/indra/newview/llgesturemgr.cpp
index fbacbd704f..c13ebba923 100644
--- a/indra/newview/llgesturemgr.cpp
+++ b/indra/newview/llgesturemgr.cpp
@@ -1031,7 +1031,7 @@ void LLGestureMgr::onLoadComplete(LLVFS *vfs,
else
{
// Watch this item and set gesture name when item exists in inventory
- item_ref_t ids;
+ uuid_vec_t ids;
ids.push_back(item_id);
self.fetchItems(ids);
}