summaryrefslogtreecommitdiff
path: root/src/remote.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote.hh')
-rw-r--r--src/remote.hh2
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; }