diff options
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: |
