diff options
author | Vincent Richard <[email protected]> | 2004-12-24 12:37:52 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-24 12:37:52 +0000 |
commit | e90dbe0dd308fca3d6387209b50458bdfb2aeaa6 (patch) | |
tree | e75c634847e2eceeefa526fca7c138bbaad962e9 /src/messageParser.cpp | |
parent | When connecting, create root directory if it does not exists. (diff) | |
download | vmime-e90dbe0dd308fca3d6387209b50458bdfb2aeaa6.tar.gz vmime-e90dbe0dd308fca3d6387209b50458bdfb2aeaa6.zip |
Renamed class 'disposition' to 'contentDisposition'.
Diffstat (limited to 'src/messageParser.cpp')
-rw-r--r-- | src/messageParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messageParser.cpp b/src/messageParser.cpp index d5338dc6..2834fc18 100644 --- a/src/messageParser.cpp +++ b/src/messageParser.cpp @@ -125,7 +125,7 @@ void messageParser::findAttachments(const bodyPart& part) const contentDispositionField& cdf = dynamic_cast<contentDispositionField&> (*hdr.findField(fields::CONTENT_DISPOSITION)); - if (cdf.getValue().getName() != dispositionTypes::INLINE) + if (cdf.getValue().getName() != contentDispositionTypes::INLINE) { contentDispField = &cdf; isAttachment = true; |