summaryrefslogtreecommitdiffstats
path: root/c++/src/H5StrType.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2013-09-23 04:04:26 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2013-09-23 04:04:26 (GMT)
commit94b55940ea800a861817a3b02575e5a180db62c8 (patch)
treec9516f04295165a091d468663ead92b4b55f4ed6 /c++/src/H5StrType.h
parentf8fb310610ca222ca44fabf4311e3af24d660b9d (diff)
downloadhdf5-94b55940ea800a861817a3b02575e5a180db62c8.zip
hdf5-94b55940ea800a861817a3b02575e5a180db62c8.tar.gz
hdf5-94b55940ea800a861817a3b02575e5a180db62c8.tar.bz2
[svn-r24189] Purpose: Fixed bug HDFFV-1060
Description: Changed header guards from single underscore to double underscore. Platforms tested: Linux/32 2.6 (jam) - very minor Linux/64 2.6 (koala)/PGI compilers
Diffstat (limited to 'c++/src/H5StrType.h')
-rw-r--r--c++/src/H5StrType.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5StrType.h b/c++/src/H5StrType.h
index be9fed8..251b0b8 100644
--- a/c++/src/H5StrType.h
+++ b/c++/src/H5StrType.h
@@ -14,8 +14,8 @@
* access to either file, you may request a copy from help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-#ifndef _H5StrType_H
-#define _H5StrType_H
+#ifndef __H5StrType_H
+#define __H5StrType_H
#ifndef H5_NO_NAMESPACE
namespace H5 {
@@ -65,4 +65,4 @@ class H5_DLLCPP StrType : public AtomType {
#ifndef H5_NO_NAMESPACE
}
#endif
-#endif
+#endif // __H5StrType_H