summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/NATTraversalRemovePortForwardingRequest.h')
-rw-r--r--Swiften/Network/NATTraversalRemovePortForwardingRequest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Swiften/Network/NATTraversalRemovePortForwardingRequest.h b/Swiften/Network/NATTraversalRemovePortForwardingRequest.h
index 3db9ee1..83235f9 100644
--- a/Swiften/Network/NATTraversalRemovePortForwardingRequest.h
+++ b/Swiften/Network/NATTraversalRemovePortForwardingRequest.h
@@ -5,7 +5,7 @@
5 */ 5 */
6 6
7/* 7/*
8 * Copyright (c) 2015-2016 Isode Limited. 8 * Copyright (c) 2015-2018 Isode Limited.
9 * All rights reserved. 9 * All rights reserved.
10 * See the COPYING file for more information. 10 * See the COPYING file for more information.
11 */ 11 */
@@ -26,8 +26,8 @@ namespace Swift {
26 UDP 26 UDP
27 }; 27 };
28 28
29 unsigned int publicPort; 29 unsigned short publicPort;
30 unsigned int localPort; 30 unsigned short localPort;
31 Protocol protocol; 31 Protocol protocol;
32 unsigned long leaseInSeconds; 32 unsigned long leaseInSeconds;
33 }; 33 };