summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-06-18 16:26:26 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-06-18 16:29:31 (GMT)
commit7d0e9c3d963ffcb3f7d6d313dfa55466beb742b9 (patch)
treec136ba17b4fa37e5954e9229cbdcfbeafce0347f /Swiften/Network/ConnectionServerFactory.h
parent7147be63a03f1e133f83bc057be98cf9f2631733 (diff)
downloadswift-7d0e9c3d963ffcb3f7d6d313dfa55466beb742b9.zip
swift-7d0e9c3d963ffcb3f7d6d313dfa55466beb742b9.tar.bz2
Small tweaks to the previous patch.
Diffstat (limited to 'Swiften/Network/ConnectionServerFactory.h')
-rw-r--r--Swiften/Network/ConnectionServerFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Network/ConnectionServerFactory.h b/Swiften/Network/ConnectionServerFactory.h
index c516007..df5f912 100644
--- a/Swiften/Network/ConnectionServerFactory.h
+++ b/Swiften/Network/ConnectionServerFactory.h
@@ -18,6 +18,6 @@ namespace Swift {
virtual boost::shared_ptr<ConnectionServer> createConnectionServer(int port) = 0;
- virtual boost::shared_ptr<ConnectionServer> createConnectionServer(const Swift::HostAddress &hostAddress, int port) = 0;
+ virtual boost::shared_ptr<ConnectionServer> createConnectionServer(const Swift::HostAddress& hostAddress, int port) = 0;
};
}