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/propertySet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/propertySet.cpp') diff --git a/src/propertySet.cpp b/src/propertySet.cpp index 3202a8b8..b0084d31 100644 --- a/src/propertySet.cpp +++ b/src/propertySet.cpp @@ -131,7 +131,7 @@ void propertySet::parse(const string& props) { value.reserve(50); - const std::string::value_type quoteChar = *pos; + const string::value_type quoteChar = *pos; bool theEnd = false; bool escape = false; -- cgit v1.2.3