summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-11-14 22:40:51 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-11-14 22:40:51 +0000
commit27b1e8944f340cf588a02ecf40f9ef98528a51a0 (patch)
treebd0301eac746798bdd4d649348bf7072627c7d36 /src
parent7064679c2acbfaeeb69b2494760171f711c8c855 (diff)
const String& to StringView
Diffstat (limited to 'src')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
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
{