Skip to content

Commit 64b3bc8

Browse files
committed
[SF 2809131] SessionPool compile failure
1 parent eab448d commit 64b3bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Data/src/SessionPool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ SessionPool::~SessionPool()
6767

6868
Session SessionPool::get(const std::string& name, bool value)
6969
{
70-
Session& s = get();
70+
Session s = get();
7171
_addFeatureMap.insert(AddFeatureMap::value_type(s.impl(),
7272
std::make_pair(name, s.getFeature(name))));
7373
s.setFeature(name, value);

0 commit comments

Comments
 (0)