aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterinspect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterinspect.cpp')
-rw-r--r--linden/indra/newview/llfloaterinspect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterinspect.cpp b/linden/indra/newview/llfloaterinspect.cpp
index a8a6bb5..e22b8f6 100644
--- a/linden/indra/newview/llfloaterinspect.cpp
+++ b/linden/indra/newview/llfloaterinspect.cpp
@@ -320,7 +320,7 @@ void LLFloaterInspect::refresh()
320 // inventory silliness 320 // inventory silliness
321 S32 scripts = 0; 321 S32 scripts = 0;
322 S32 total_inv = 0; 322 S32 total_inv = 0;
323 std::map<LLUUID, std::pair<S32, S32>>::iterator itr = mInventoryNums.find(obj->getObject()->getID()); 323 std::map<LLUUID, std::pair<S32, S32> >::iterator itr = mInventoryNums.find(obj->getObject()->getID());
324 if (itr != mInventoryNums.end()) 324 if (itr != mInventoryNums.end())
325 { 325 {
326 scripts = itr->second.first; 326 scripts = itr->second.first;