diff options
author | Vincent Richard <[email protected]> | 2013-06-12 12:20:34 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-06-12 12:20:34 +0000 |
commit | f2211877a96fbb015d01c911f2a083a4afa09cfd (patch) | |
tree | a72ea021c2e3139a2c060889c1bd41d49bb2b3b3 /src/propertySet.cpp | |
parent | Moved POP3 connection-related things to POP3Connection object. (diff) | |
download | vmime-f2211877a96fbb015d01c911f2a083a4afa09cfd.tar.gz vmime-f2211877a96fbb015d01c911f2a083a4afa09cfd.zip |
Homogeneous use of vmime::string.
Diffstat (limited to 'src/propertySet.cpp')
-rw-r--r-- | src/propertySet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |