aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/MailCore.h
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
committerGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
commit3bfa1104dee6dd16ba23ca18062ad8c62d73fa9c (patch)
treeccf6668a454774c7a74d5aa498fbaf672fa8a6e0 /src/MailCore.h
parentfb06d5133a88f80daed1a7d1bea00f558446f2ae (diff)
Conformant header guards
Fixes #606
Diffstat (limited to 'src/MailCore.h')
-rw-r--r--src/MailCore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MailCore.h b/src/MailCore.h
index 978b9cf7..8b0897f0 100644
--- a/src/MailCore.h
+++ b/src/MailCore.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MAILCORE_h
+#ifndef MAILCORE_MAILCORE_H
-#define __MAILCORE_MAILCORE_h
+#define MAILCORE_MAILCORE_H
#include <MailCore/MCCore.h>
#include <MailCore/MCAsync.h>