Gui: modernize C++: return braced init list
This commit is contained in:
@@ -160,7 +160,7 @@ std::string ExpressionBinding::getExpressionString(bool no_throw) const
|
||||
else
|
||||
throw;
|
||||
}
|
||||
return std::string();
|
||||
return {};
|
||||
}
|
||||
|
||||
std::string ExpressionBinding::getEscapedExpressionString() const
|
||||
|
||||
Reference in New Issue
Block a user