From 27b1e8944f340cf588a02ecf40f9ef98528a51a0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 14 Nov 2014 22:40:51 +0000 Subject: [PATCH] const String& to StringView --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 4ccc1d53..5d3ad6dd 100644 --- a/src/main.cc +++ b/src/main.cc @@ -234,7 +234,7 @@ void register_options() UserInterface::Options()); } -void create_local_client(const String& init_command) +void create_local_client(StringView init_command) { class LocalNCursesUI : public NCursesUI {