Use String default ctor instead of empty string

This commit is contained in:
Maxime Coste 2017-06-07 09:54:11 +01:00
parent a5e7b6a22f
commit 295fa5b27d

View File

@ -195,7 +195,7 @@ public:
ValueMap& values() const { return m_values; }
void run_hook_in_own_context(StringView hook_name, StringView param,
String client_name = "");
String client_name = {});
void reload(StringView data, timespec fs_timestamp = InvalidTime);