diff options
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index 64911a14..bfdda041 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -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); |
