diff options
Diffstat (limited to 'src/defaultAttachment.hpp')
-rw-r--r-- | src/defaultAttachment.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defaultAttachment.hpp b/src/defaultAttachment.hpp index c9198598..0fe21092 100644 --- a/src/defaultAttachment.hpp +++ b/src/defaultAttachment.hpp @@ -29,6 +29,9 @@ namespace vmime { +/** Default implementation for attachments. + */ + class defaultAttachment : public attachment { protected: |