aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/nntp/MCNNTPProgressCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nntp/MCNNTPProgressCallback.h')
-rw-r--r--src/core/nntp/MCNNTPProgressCallback.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/nntp/MCNNTPProgressCallback.h b/src/core/nntp/MCNNTPProgressCallback.h
index 46cfbe72..dd615d04 100644
--- a/src/core/nntp/MCNNTPProgressCallback.h
+++ b/src/core/nntp/MCNNTPProgressCallback.h
@@ -4,12 +4,13 @@
#ifdef __cplusplus
+#include <MailCore/MCUtils.h>
+
namespace mailcore {
class NNTPSession;
- MAILCORE_EXPORT
- class NNTPProgressCallback {
+ class MAILCORE_EXPORT NNTPProgressCallback {
public:
virtual void bodyProgress(NNTPSession * session, unsigned int current, unsigned int maximum) {};
};