Nested classes need to explicitly import and export
This commit is contained in:
parent
916e9e2282
commit
461316209e
@ -58,7 +58,7 @@ public:
|
||||
|
||||
/** Stores information about a file attachment.
|
||||
*/
|
||||
class fileInfo
|
||||
class VMIME_EXPORT fileInfo
|
||||
{
|
||||
public:
|
||||
|
||||
|
@ -59,7 +59,7 @@ public:
|
||||
|
||||
/** Embedded object (eg: image for <IMG> tag).
|
||||
*/
|
||||
class embeddedObject : public object
|
||||
class VMIME_EXPORT embeddedObject : public object
|
||||
{
|
||||
public:
|
||||
|
||||
|
@ -65,7 +65,7 @@ public:
|
||||
|
||||
/** A service property.
|
||||
*/
|
||||
class property
|
||||
class VMIME_EXPORT property
|
||||
{
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user