diff options
Diffstat (limited to 'src/function_registry.hh')
| -rw-r--r-- | src/function_registry.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function_registry.hh b/src/function_registry.hh index b7296eac..5f3732ba 100644 --- a/src/function_registry.hh +++ b/src/function_registry.hh @@ -11,7 +11,7 @@ namespace Kakoune struct function_not_found : runtime_error { - function_not_found(const String& name) + function_not_found(StringView name) : runtime_error("'" + name + "' not found") {} }; |
