App: modernize C++: return braced init list
This commit is contained in:
@@ -480,7 +480,7 @@ std::string FeaturePythonImp::getViewProviderName()
|
||||
e.ReportException();
|
||||
}
|
||||
|
||||
return std::string();
|
||||
return {};
|
||||
}
|
||||
|
||||
FeaturePythonImp::ValueT
|
||||
|
||||
Reference in New Issue
Block a user