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/htmlTextPart.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/htmlTextPart.cpp')
-rw-r--r-- | src/htmlTextPart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlTextPart.cpp b/src/htmlTextPart.cpp index 596d9718..fd39c78b 100644 --- a/src/htmlTextPart.cpp +++ b/src/htmlTextPart.cpp @@ -100,7 +100,7 @@ void htmlTextPart::generateIn(bodyPart& /* message */, bodyPart& parent) const objPart->getHeader()->ContentType().setValue((*it)->getType()); objPart->getHeader()->ContentId().setValue(messageId("<" + id + ">")); - objPart->getHeader()->ContentDisposition().setValue(disposition(dispositionTypes::INLINE)); + objPart->getHeader()->ContentDisposition().setValue(contentDisposition(contentDispositionTypes::INLINE)); objPart->getHeader()->ContentTransferEncoding().setValue((*it)->getEncoding()); //encoding(encodingTypes::BASE64); |