App: modernize C++: return braced init list
This commit is contained in:
@@ -38,7 +38,7 @@ using namespace App;
|
||||
// returns a string which represent the object e.g. when printed in python
|
||||
std::string ExtensionContainerPy::representation() const
|
||||
{
|
||||
return std::string("<extension>");
|
||||
return {"<extension>"};
|
||||
}
|
||||
|
||||
int ExtensionContainerPy::initialization() {
|
||||
|
||||
Reference in New Issue
Block a user