From 2b3424d5944126e6d1cddb32934e2293b4bcbe19 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 4 Sep 2013 20:05:33 +0200 Subject: [PATCH] Added missing exports. --- vmime/base.hpp | 2 +- vmime/net/message.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vmime/base.hpp b/vmime/base.hpp index 6b7588fd..2437514b 100644 --- a/vmime/base.hpp +++ b/vmime/base.hpp @@ -257,7 +257,7 @@ namespace vmime /** Inherit from this class to indicate the subclass is not copyable, * ie. you want to prohibit copy construction and copy assignment. */ - class noncopyable + class VMIME_EXPORT noncopyable { protected: diff --git a/vmime/net/message.hpp b/vmime/net/message.hpp index de5e884a..6bf4b492 100644 --- a/vmime/net/message.hpp +++ b/vmime/net/message.hpp @@ -177,7 +177,7 @@ public: /** The type for an unique message identifier. */ - class uid + class VMIME_EXPORT uid { public: