diff --git a/src/variables/variable.cc b/src/variables/variable.cc index 6114d17ffd..23fc96fc95 100644 --- a/src/variables/variable.cc +++ b/src/variables/variable.cc @@ -77,7 +77,7 @@ void Variable::addsKeyExclusion(Variable *v) { std::string operator+(std::string a, Variable *v) { - return *v->m_fullName.get(); + return a + *v->m_fullName.get(); }