diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-04-30 19:27:38 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-04-30 19:27:38 +0100 |
| commit | bd4df27f2b96020e0e87d9594b7dae27ffe43b20 (patch) | |
| tree | cef040eb19e04ae43d6fb088a60dc509e9728a75 /src/debug.hh | |
| parent | c06f986a02a2194880dda3ac560f8c229a4b5906 (diff) | |
Use StringView in write_debug
Diffstat (limited to 'src/debug.hh')
| -rw-r--r-- | src/debug.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.hh b/src/debug.hh index 5f21d84c..26b94820 100644 --- a/src/debug.hh +++ b/src/debug.hh @@ -6,7 +6,7 @@ namespace Kakoune { -void write_debug(const String& str); +void write_debug(StringView str); } |
