Nested classes need to explicitly import and export

This commit is contained in:
Di3 2014-04-01 11:11:37 +08:00
parent 916e9e2282
commit 461316209e
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ public:
/** Stores information about a file attachment.
*/
class fileInfo
class VMIME_EXPORT fileInfo
{
public:

View File

@ -59,7 +59,7 @@ public:
/** Embedded object (eg: image for <IMG> tag).
*/
class embeddedObject : public object
class VMIME_EXPORT embeddedObject : public object
{
public:

View File

@ -65,7 +65,7 @@ public:
/** A service property.
*/
class property
class VMIME_EXPORT property
{
public: