diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-12-28 13:51:14 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-12-28 13:51:14 +0100 |
| commit | d4f155cae78126e04d50cb24e21c9288ae81caab (patch) | |
| tree | 5cd418c7b4f9d7d3577b57e185077b9cb20c1412 /src/client_manager.hh | |
| parent | 8f5be9bf915eccb3ebc4308c53fd62a5bb6bbe3f (diff) | |
new clients always takes last used buffer, support multiple file on command line
Diffstat (limited to 'src/client_manager.hh')
| -rw-r--r-- | src/client_manager.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client_manager.hh b/src/client_manager.hh index 2c1adf0d..1b00c50f 100644 --- a/src/client_manager.hh +++ b/src/client_manager.hh @@ -13,8 +13,7 @@ class ClientManager : public Singleton<ClientManager> { public: void create_client(std::unique_ptr<UserInterface>&& ui, - Buffer& buffer, int event_fd, - const String& init_cmd); + int event_fd, const String& init_cmd); bool empty() const { return m_clients.empty(); } size_t count() const { return m_clients.size(); } |
