aboutsummaryrefslogtreecommitdiffstats
path: root/src/component.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/component.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/component.cpp')
-rw-r--r--src/component.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/component.cpp b/src/component.cpp
index b102b45d..7226d0d2 100644
--- a/src/component.cpp
+++ b/src/component.cpp
@@ -150,7 +150,7 @@ void component::parseImpl
{
// This is the default implementation for parsing from an input stream:
// actually, we extract the substring and use the "parse from string" implementation
- const std::string buffer = parser->extract(position, end);
+ const string buffer = parser->extract(position, end);
parseImpl(ctx, buffer, 0, buffer.length(), newPosition);
// Recursivey offset parsed bounds on children