mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-01 08:23:05 +03:00
Use String default ctor instead of empty string
This commit is contained in:
parent
a5e7b6a22f
commit
295fa5b27d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user