aboutsummaryrefslogtreecommitdiffstats
path: root/src/attachment.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/attachment.hpp')
-rw-r--r--src/attachment.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/attachment.hpp b/src/attachment.hpp
index 7110d98e..2b4ad6e9 100644
--- a/src/attachment.hpp
+++ b/src/attachment.hpp
@@ -34,6 +34,9 @@ namespace vmime
{
+/** Base class for all types of attachment.
+ */
+
class attachment
{
friend class messageBuilder;