Merge pull request #75 from di3online/master

Nested classes need to explicitly import and export
This commit is contained in:
Vincent Richard 2014-04-01 21:52:34 +02:00
commit 32bd8e4e97
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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