[SF 2809131] SessionPool compile failure

This commit is contained in:
Aleksandar Fabijanic
2009-06-20 00:33:31 +00:00
parent eab448d02d
commit 64b3bc8b76

View File

@@ -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);