summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Server/UnitTest/ServerStanzaRouterTest.cpp')
-rw-r--r--Swiften/Server/UnitTest/ServerStanzaRouterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Server/UnitTest/ServerStanzaRouterTest.cpp b/Swiften/Server/UnitTest/ServerStanzaRouterTest.cpp
index d24d1f8..0a5c7c1 100644
--- a/Swiften/Server/UnitTest/ServerStanzaRouterTest.cpp
+++ b/Swiften/Server/UnitTest/ServerStanzaRouterTest.cpp
@@ -124,7 +124,7 @@ class ServerStanzaRouterTest : public CppUnit::TestFixture {
}
private:
- boost::shared_ptr<Message> createMessageTo(const String& recipient) {
+ boost::shared_ptr<Message> createMessageTo(const std::string& recipient) {
boost::shared_ptr<Message> message(new Message());
message->setTo(JID(recipient));
return message;