summaryrefslogtreecommitdiff
path: root/src/debug.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-04-30 19:27:38 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-04-30 19:27:38 +0100
commitbd4df27f2b96020e0e87d9594b7dae27ffe43b20 (patch)
treecef040eb19e04ae43d6fb088a60dc509e9728a75 /src/debug.hh
parentc06f986a02a2194880dda3ac560f8c229a4b5906 (diff)
Use StringView in write_debug
Diffstat (limited to 'src/debug.hh')
-rw-r--r--src/debug.hh2
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);
}