summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/LinkLocal/LinkLocalServiceBrowser.h')
-rw-r--r--Swiften/LinkLocal/LinkLocalServiceBrowser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/LinkLocal/LinkLocalServiceBrowser.h b/Swiften/LinkLocal/LinkLocalServiceBrowser.h
index c59a4d0..bfcfc07 100644
--- a/Swiften/LinkLocal/LinkLocalServiceBrowser.h
+++ b/Swiften/LinkLocal/LinkLocalServiceBrowser.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2016 Isode Limited. 2 * Copyright (c) 2010-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 */
@@ -35,7 +35,7 @@ namespace Swift {
35 35
36 void registerService( 36 void registerService(
37 const std::string& name, 37 const std::string& name,
38 int port, 38 unsigned short port,
39 const LinkLocalServiceInfo& info = LinkLocalServiceInfo()); 39 const LinkLocalServiceInfo& info = LinkLocalServiceInfo());
40 void updateService( 40 void updateService(
41 const LinkLocalServiceInfo& info = LinkLocalServiceInfo()); 41 const LinkLocalServiceInfo& info = LinkLocalServiceInfo());