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 c9276893..189eb0c1 100644 --- a/src/remote.hh +++ b/src/remote.hh @@ -32,7 +32,7 @@ std::unique_ptr<RemoteClient> connect_to(const String& pid, struct Server : public Singleton<Server> { - Server(); + Server(const String& session_name); ~Server(); const String& filename() const { return m_filename; } |
