diff options
Diffstat (limited to 'src/Core/ConnectionManager.h')
-rw-r--r-- | src/Core/ConnectionManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/ConnectionManager.h b/src/Core/ConnectionManager.h index c7fe669..54d5d5e 100644 --- a/src/Core/ConnectionManager.h +++ b/src/Core/ConnectionManager.h @@ -56,7 +56,7 @@ class ConnectionManager { void refreshPollfds(); public: - ConnectionManager(); + ConnectionManager(const std::vector<Net::IPAddress> &listenerAddresses); virtual ~ConnectionManager(); bool wait(int timeout) { |