aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/smtp/MCSMTP.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/core/smtp/MCSMTP.h
parentfb06d5133a88f80daed1a7d1bea00f558446f2ae (diff)
Conformant header guards
Fixes #606
Diffstat (limited to 'src/core/smtp/MCSMTP.h')
-rw-r--r--src/core/smtp/MCSMTP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/smtp/MCSMTP.h b/src/core/smtp/MCSMTP.h
index 0b1560bd..452e024f 100644
--- a/src/core/smtp/MCSMTP.h
+++ b/src/core/smtp/MCSMTP.h
@@ -1,6 +1,6 @@
-#ifndef __MAILCORE_MCSMTP_H
+#ifndef MAILCORE_MCSMTP_H
-#define __MAILCORE_MCSMTP_H
+#define MAILCORE_MCSMTP_H
#include <MailCore/MCSMTPProgressCallback.h>
#include <MailCore/MCSMTPSession.h>