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.
|
/** Stores information about a file attachment.
|
||||||
*/
|
*/
|
||||||
class fileInfo
|
class VMIME_EXPORT fileInfo
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ public:
|
|||||||
|
|
||||||
/** A service property.
|
/** A service property.
|
||||||
*/
|
*/
|
||||||
class property
|
class VMIME_EXPORT property
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user