From 4040b9e5a1d8040c1dfc99bd60322e9a332266d7 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Tue, 12 Apr 2011 21:56:59 +0200 Subject: diamonds are a gccs best friend ... and need also a space --- linden/indra/newview/llfloaterinspect.cpp | 2 +- linden/indra/newview/llfloaterinspect.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra') 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() // inventory silliness S32 scripts = 0; S32 total_inv = 0; - std::map>::iterator itr = mInventoryNums.find(obj->getObject()->getID()); + std::map >::iterator itr = mInventoryNums.find(obj->getObject()->getID()); if (itr != mInventoryNums.end()) { scripts = itr->second.first; diff --git a/linden/indra/newview/llfloaterinspect.h b/linden/indra/newview/llfloaterinspect.h index 959eea6..ae443f9 100644 --- a/linden/indra/newview/llfloaterinspect.h +++ b/linden/indra/newview/llfloaterinspect.h @@ -75,7 +75,7 @@ private: static LLFloaterInspect* sInstance; LLSafeHandle mObjectSelection; - std::map> mInventoryNums; // + std::map > mInventoryNums; // std::vector mQueue; }; -- cgit v1.1