diff options
| author | Nyx Linden <nyx@lindenlab.com> | 2013-07-18 16:32:51 -0400 |
|---|---|---|
| committer | Nyx Linden <nyx@lindenlab.com> | 2013-07-18 16:32:51 -0400 |
| commit | 1e845ee2a2ebc706050ccc3974fde99a5a4cd943 (patch) | |
| tree | 71075bd96ebae8cfadf4062972178c19dbb10ace /indra/newview/llaisapi.cpp | |
| parent | a1ece43905db86cb6953ce9848228122637e5708 (diff) | |
| parent | 47fabf5770bbb1b2f8272bb77ebdc993cda7c033 (diff) | |
merge
Diffstat (limited to 'indra/newview/llaisapi.cpp')
| -rwxr-xr-x | indra/newview/llaisapi.cpp | 2 |
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; |
