diff options
author | Vincent Richard <[email protected]> | 2005-10-14 11:01:20 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-10-14 11:01:20 +0000 |
commit | 26cad9e25864a4b40683e2c17d413100fae36781 (patch) | |
tree | c621d39f9451f2a2bf583f9b9b462adb30ca8d3d | |
parent | Added 'attachmentHelper'. (diff) | |
download | vmime-26cad9e25864a4b40683e2c17d413100fae36781.tar.gz vmime-26cad9e25864a4b40683e2c17d413100fae36781.zip |
Fixed a mistake in the getBodyPartAttachment() function comment.
-rw-r--r-- | vmime/attachmentHelper.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/attachmentHelper.hpp b/vmime/attachmentHelper.hpp index 6316962f..0e8d81d8 100644 --- a/vmime/attachmentHelper.hpp +++ b/vmime/attachmentHelper.hpp @@ -57,7 +57,7 @@ public: * information (ie. is not an attachment), NULL is returned. * * @param part message part in which to search - * @return a list of attachments found + * @return attachment found in the part, or NULL */ static ref <const attachment> getBodyPartAttachment(ref <const bodyPart> part); |