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/newview')

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<LLUUID, std::pair<S32, S32>>::iterator itr = mInventoryNums.find(obj->getObject()->getID());
+		std::map<LLUUID, std::pair<S32, S32> >::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<LLObjectSelection> mObjectSelection;
-	std::map<LLUUID, std::pair<S32, S32>> mInventoryNums; //<scripts, total>
+	std::map<LLUUID, std::pair<S32, S32> > mInventoryNums; //<scripts, total>
 	std::vector<LLUUID> mQueue;
 };
 
-- 
cgit v1.1