diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-22 20:50:44 -0800 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-22 20:50:44 -0800 |
commit | c2c915e567f8fc256cfcf72eacd1cb7d3491cfc2 (patch) | |
tree | af3b040a3ea7a0d82001c1a1ebc76fe5ee51262e /src/async/pop/MCPOPOperation.h | |
parent | b6c488d68dc17cddbf5806bd645e167488d50366 (diff) |
Fixed win32 exports
Diffstat (limited to 'src/async/pop/MCPOPOperation.h')
-rw-r--r-- | src/async/pop/MCPOPOperation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/async/pop/MCPOPOperation.h b/src/async/pop/MCPOPOperation.h index 88fb5c34..652e4a4b 100644 --- a/src/async/pop/MCPOPOperation.h +++ b/src/async/pop/MCPOPOperation.h @@ -20,8 +20,7 @@ namespace mailcore { class POPAsyncSession; class POPOperationCallback; - MAILCORE_EXPORT - class POPOperation : public Operation, public POPProgressCallback { + class MAILCORE_EXPORT POPOperation : public Operation, public POPProgressCallback { public: POPOperation(); virtual ~POPOperation(); |