diff options
Diffstat (limited to 'Swiften/Component')
-rw-r--r-- | Swiften/Component/UnitTest/ComponentConnectorTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Component/UnitTest/ComponentConnectorTest.cpp b/Swiften/Component/UnitTest/ComponentConnectorTest.cpp index 7b8a4f8..4648365 100644 --- a/Swiften/Component/UnitTest/ComponentConnectorTest.cpp +++ b/Swiften/Component/UnitTest/ComponentConnectorTest.cpp @@ -177,6 +177,7 @@ class ComponentConnectorTest : public CppUnit::TestFixture { void disconnect() { assert(false); } void write(const ByteArray&) { assert(false); } + HostAddressPort getLocalAddress() const { return HostAddressPort(); } boost::optional<HostAddressPort> hostAddressPort; std::vector<HostAddressPort> failingPorts; |