aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCData.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/basetypes/MCData.h
parentfb06d5133a88f80daed1a7d1bea00f558446f2ae (diff)
Conformant header guards
Fixes #606
Diffstat (limited to 'src/core/basetypes/MCData.h')
-rw-r--r--src/core/basetypes/MCData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/basetypes/MCData.h b/src/core/basetypes/MCData.h
index 245ac0c4..6ba056e7 100644
--- a/src/core/basetypes/MCData.h
+++ b/src/core/basetypes/MCData.h
@@ -1,6 +1,6 @@
-#ifndef __MAILCORE_MCDATA_H_
+#ifndef MAILCORE_MCDATA_H
-#define __MAILCORE_MCDATA_H_
+#define MAILCORE_MCDATA_H
#include <MailCore/MCObject.h>
#include <MailCore/MCMessageConstants.h>