summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/ChainedConnector.cpp')
-rw-r--r--Swiften/Network/ChainedConnector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Network/ChainedConnector.cpp b/Swiften/Network/ChainedConnector.cpp
index ea55db3..94899ad 100644
--- a/Swiften/Network/ChainedConnector.cpp
+++ b/Swiften/Network/ChainedConnector.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2011-2016 Isode Limited. 2 * Copyright (c) 2011-2018 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -18,7 +18,7 @@ using namespace Swift;
18 18
19ChainedConnector::ChainedConnector( 19ChainedConnector::ChainedConnector(
20 const std::string& hostname, 20 const std::string& hostname,
21 int port, 21 unsigned short port,
22 const boost::optional<std::string>& serviceLookupPrefix, 22 const boost::optional<std::string>& serviceLookupPrefix,
23 DomainNameResolver* resolver, 23 DomainNameResolver* resolver,
24 const std::vector<ConnectionFactory*>& connectionFactories, 24 const std::vector<ConnectionFactory*>& connectionFactories,