From f2211877a96fbb015d01c911f2a083a4afa09cfd Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 12 Jun 2013 14:20:34 +0200 Subject: Homogeneous use of vmime::string. --- src/net/pop3/POP3Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/pop3/POP3Command.cpp') diff --git a/src/net/pop3/POP3Command.cpp b/src/net/pop3/POP3Command.cpp index 72909a49..01589656 100644 --- a/src/net/pop3/POP3Command.cpp +++ b/src/net/pop3/POP3Command.cpp @@ -203,7 +203,7 @@ ref POP3Command::QUIT() // static -ref POP3Command::createCommand(const std::string& text) +ref POP3Command::createCommand(const string& text) { return vmime::create (text); } -- cgit v1.2.3