From 64b3bc8b76c2d07dc167d7253ad8f21da9ada304 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Sat, 20 Jun 2009 00:33:31 +0000 Subject: [PATCH] [SF 2809131] SessionPool compile failure --- Data/src/SessionPool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/src/SessionPool.cpp b/Data/src/SessionPool.cpp index 1ea64e912..8a3469547 100644 --- a/Data/src/SessionPool.cpp +++ b/Data/src/SessionPool.cpp @@ -67,7 +67,7 @@ SessionPool::~SessionPool() Session SessionPool::get(const std::string& name, bool value) { - Session& s = get(); + Session s = get(); _addFeatureMap.insert(AddFeatureMap::value_type(s.impl(), std::make_pair(name, s.getFeature(name)))); s.setFeature(name, value);