mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-27 06:35:04 +00:00
Be overt in empty std::string construction.
This commit is contained in:
parent
1b39b17125
commit
8ebce466db
@ -319,7 +319,7 @@ template <typename Owner> class StructImpl: public Struct {
|
|||||||
if(iterator != contents_.end()) {
|
if(iterator != contents_.end()) {
|
||||||
return iterator->first;
|
return iterator->first;
|
||||||
} else {
|
} else {
|
||||||
return "";
|
return std::string();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user