summaryrefslogtreecommitdiffstats
path: root/c++/src/H5ArrayType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5ArrayType.h')
-rw-r--r--c++/src/H5ArrayType.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5ArrayType.h b/c++/src/H5ArrayType.h
index 7daafed..d2e3c29 100644
--- a/c++/src/H5ArrayType.h
+++ b/c++/src/H5ArrayType.h
@@ -17,8 +17,8 @@
// Class ArrayType inherits from DataType and provides wrappers for the
// HDF5 C's Array Datatypes.
-#ifndef _H5ArrayType_H
-#define _H5ArrayType_H
+#ifndef __H5ArrayType_H
+#define __H5ArrayType_H
#ifndef H5_NO_NAMESPACE
namespace H5 {
@@ -59,4 +59,4 @@ class H5_DLLCPP ArrayType : public DataType {
#ifndef H5_NO_NAMESPACE
}
#endif
-#endif
+#endif // __H5ArrayType_H