Added missing exports.

This commit is contained in:
Vincent Richard 2013-09-04 20:05:33 +02:00
parent 5084db331c
commit 2b3424d594
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ namespace vmime
/** Inherit from this class to indicate the subclass is not copyable, /** Inherit from this class to indicate the subclass is not copyable,
* ie. you want to prohibit copy construction and copy assignment. * ie. you want to prohibit copy construction and copy assignment.
*/ */
class noncopyable class VMIME_EXPORT noncopyable
{ {
protected: protected:

View File

@ -177,7 +177,7 @@ public:
/** The type for an unique message identifier. /** The type for an unique message identifier.
*/ */
class uid class VMIME_EXPORT uid
{ {
public: public: