const String& to StringView

This commit is contained in:
Maxime Coste 2014-11-14 22:40:51 +00:00
parent 7064679c2a
commit 27b1e8944f

View File

@ -234,7 +234,7 @@ void register_options()
UserInterface::Options()); UserInterface::Options());
} }
void create_local_client(const String& init_command) void create_local_client(StringView init_command)
{ {
class LocalNCursesUI : public NCursesUI class LocalNCursesUI : public NCursesUI
{ {