aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPProgressCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/imap/MCIMAPProgressCallback.h')
-rw-r--r--src/core/imap/MCIMAPProgressCallback.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/imap/MCIMAPProgressCallback.h b/src/core/imap/MCIMAPProgressCallback.h
index b39e0dbd..cb68ddd1 100644
--- a/src/core/imap/MCIMAPProgressCallback.h
+++ b/src/core/imap/MCIMAPProgressCallback.h
@@ -2,6 +2,8 @@
#define __MAILCORE_MCIMAPPROGRESSCALLBACK_H_
+#ifdef __cplusplus
+
namespace mailcore {
class IMAPSession;
@@ -14,3 +16,5 @@ namespace mailcore {
}
#endif
+
+#endif