aboutsummaryrefslogtreecommitdiffstats
path: root/src/parameter.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/parameter.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/parameter.cpp')
-rw-r--r--src/parameter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parameter.cpp b/src/parameter.cpp
index b86d4815..901139e3 100644
--- a/src/parameter.cpp
+++ b/src/parameter.cpp
@@ -290,7 +290,7 @@ void parameter::generateImpl
// value is to be generated.
// A stream for a temporary storage
- std::string sevenBitBuffer;
+ string sevenBitBuffer;
utility::outputStreamStringAdapter sevenBitStream(sevenBitBuffer);
string::size_type pos = curLinePos;