diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-07-28 00:16:41 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-07-28 00:16:41 +0100 |
| commit | 2425f4a78154d95e7bf8545bd8d993db26143ffb (patch) | |
| tree | 2ea8424abff43f268f625590adf9c8b0a373313e /src/remote.hh | |
| parent | 62fa133efdb11f688b4f24a0fe4d811b5c653a8d (diff) | |
Tweak session renaming code
Diffstat (limited to 'src/remote.hh')
| -rw-r--r-- | src/remote.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.hh b/src/remote.hh index fd214b3d..e396b47a 100644 --- a/src/remote.hh +++ b/src/remote.hh @@ -48,7 +48,7 @@ struct Server : public Singleton<Server> ~Server(); const String& session() const { return m_session; } - bool rename_session(const String& name); + bool rename_session(StringView name); void close_session(bool do_unlink = true); private: |
