mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
[SF 2809131] SessionPool compile failure
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user