aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3/POP3Command.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-06-12 12:20:34 +0000
committerVincent Richard <[email protected]>2013-06-12 12:20:34 +0000
commitf2211877a96fbb015d01c911f2a083a4afa09cfd (patch)
treea72ea021c2e3139a2c060889c1bd41d49bb2b3b3 /src/net/pop3/POP3Command.cpp
parentMoved POP3 connection-related things to POP3Connection object. (diff)
downloadvmime-f2211877a96fbb015d01c911f2a083a4afa09cfd.tar.gz
vmime-f2211877a96fbb015d01c911f2a083a4afa09cfd.zip
Homogeneous use of vmime::string.
Diffstat (limited to 'src/net/pop3/POP3Command.cpp')
-rw-r--r--src/net/pop3/POP3Command.cpp2
1 files changed, 1 insertions, 1 deletions
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> POP3Command::QUIT()
// static
-ref <POP3Command> POP3Command::createCommand(const std::string& text)
+ref <POP3Command> POP3Command::createCommand(const string& text)
{
return vmime::create <POP3Command>(text);
}