diff options
Diffstat (limited to 'Swiften/Network/ProxiedConnection.cpp')
| -rw-r--r-- | Swiften/Network/ProxiedConnection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Network/ProxiedConnection.cpp b/Swiften/Network/ProxiedConnection.cpp index aa6c4d2..4c97e31 100644 --- a/Swiften/Network/ProxiedConnection.cpp +++ b/Swiften/Network/ProxiedConnection.cpp | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2012-2016 Isode Limited. | 2 | * Copyright (c) 2012-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 | */ |
| @@ -20,7 +20,7 @@ ProxiedConnection::ProxiedConnection( | |||
| 20 | ConnectionFactory* connectionFactory, | 20 | ConnectionFactory* connectionFactory, |
| 21 | TimerFactory* timerFactory, | 21 | TimerFactory* timerFactory, |
| 22 | const std::string& proxyHost, | 22 | const std::string& proxyHost, |
| 23 | int proxyPort) : | 23 | unsigned short proxyPort) : |
| 24 | resolver_(resolver), | 24 | resolver_(resolver), |
| 25 | connectionFactory_(connectionFactory), | 25 | connectionFactory_(connectionFactory), |
| 26 | timerFactory_(timerFactory), | 26 | timerFactory_(timerFactory), |
Swift