Fix compilation of servatrice with mdvc

Should fix #1336
This commit is contained in:
Fabio Bas 2015-08-09 18:17:10 +02:00
parent 1f22f1743c
commit 76ba3b557d
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@
#define QXT_VERSION 0x000602
#define QXT_VERSION_STR "0.6.2"
#define QXT_STATIC
//--------------------------global macros------------------------------

View file

@ -34,7 +34,7 @@
#include <QSharedDataPointer>
#include <QIODevice>
class QxtMailAttachmentPrivate;
struct QxtMailAttachmentPrivate;
class QXT_NETWORK_EXPORT QxtMailAttachment
{
public: