Added missing exports.
This commit is contained in:
parent
5084db331c
commit
2b3424d594
@ -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:
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user