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/component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/component.cpp') 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 -- cgit v1.2.3