aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap/MCIMAPOperation.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 20:50:44 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 20:50:44 -0800
commitc2c915e567f8fc256cfcf72eacd1cb7d3491cfc2 (patch)
treeaf3b040a3ea7a0d82001c1a1ebc76fe5ee51262e /src/async/imap/MCIMAPOperation.h
parentb6c488d68dc17cddbf5806bd645e167488d50366 (diff)
Fixed win32 exports
Diffstat (limited to 'src/async/imap/MCIMAPOperation.h')
-rw-r--r--src/async/imap/MCIMAPOperation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/async/imap/MCIMAPOperation.h b/src/async/imap/MCIMAPOperation.h
index 84967b00..a57d7489 100644
--- a/src/async/imap/MCIMAPOperation.h
+++ b/src/async/imap/MCIMAPOperation.h
@@ -21,8 +21,7 @@ namespace mailcore {
class IMAPAsyncSession;
class IMAPOperationCallback;
- MAILCORE_EXPORT
- class IMAPOperation : public Operation, public IMAPProgressCallback {
+ class MAILCORE_EXPORT IMAPOperation : public Operation, public IMAPProgressCallback {
public:
IMAPOperation();
virtual ~IMAPOperation();