From 98157cb50455bac3a83780287f764ac9ffbaff3d Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Tue, 30 May 2006 18:03:47 +0000 Subject: Fixed SunOS compile issues --- cpp/src/IceGrid/ObjectCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/ObjectCache.cpp') diff --git a/cpp/src/IceGrid/ObjectCache.cpp b/cpp/src/IceGrid/ObjectCache.cpp index 95f98c99742..18aaee8964d 100644 --- a/cpp/src/IceGrid/ObjectCache.cpp +++ b/cpp/src/IceGrid/ObjectCache.cpp @@ -161,7 +161,7 @@ ObjectCache::add(const ObjectInfo& info, const string& application, bool allocat map::iterator p = _types.find(entry->getType()); if(p == _types.end()) { - p = _types.insert(p, make_pair(entry->getType(), TypeEntry())); + p = _types.insert(p, map::value_type(entry->getType(), TypeEntry())); } p->second.add(entry); -- cgit v1.2.3