summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-07-16 17:08:24 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-07-16 17:08:24 -0400
commita428acf331dc63b2d6bac10101a8339e91a73adc (patch)
tree9bd1c6810d0e815740b4862f47887a1838de8835 /indra/newview/llaisapi.cpp
parenta85fa3b10a406218cabfecc0d592e816f8dfdb53 (diff)
SH-4333 FIX - turned on category patch now that AISv3 has it
Diffstat (limited to 'indra/newview/llaisapi.cpp')
-rwxr-xr-xindra/newview/llaisapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp
index cb8700865a..9389aeb3b4 100755
--- a/indra/newview/llaisapi.cpp
+++ b/indra/newview/llaisapi.cpp
@@ -794,7 +794,7 @@ void AISUpdate::doUpdate()
}
// DELETE OBJECTS
- for (std::set<LLUUID>::const_iterator del_it = mObjectsDeletedIds.begin();
+ for (uuid_list_t::const_iterator del_it = mObjectsDeletedIds.begin();
del_it != mObjectsDeletedIds.end(); ++del_it)
{
LL_DEBUGS("Inventory") << "deleted item " << *del_it << LL_ENDL;