diff options
Diffstat (limited to '')
-rw-r--r-- | vmime/attachment.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/attachment.hpp b/vmime/attachment.hpp index 83abf713..e131fcd0 100644 --- a/vmime/attachment.hpp +++ b/vmime/attachment.hpp @@ -41,7 +41,7 @@ namespace vmime /** Base class for all types of attachment. */ -class attachment : public object +class VMIME_EXPORT attachment : public object { friend class messageBuilder; friend class messageParser; |