diff options
Diffstat (limited to 'c++/src/H5Group.h')
-rw-r--r-- | c++/src/H5Group.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5Group.h b/c++/src/H5Group.h index 4003c21..a5e324c 100644 --- a/c++/src/H5Group.h +++ b/c++/src/H5Group.h @@ -14,8 +14,8 @@ * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -#ifndef _H5Group_H -#define _H5Group_H +#ifndef __H5Group_H +#define __H5Group_H #ifndef H5_NO_NAMESPACE namespace H5 { @@ -68,4 +68,4 @@ class H5_DLLCPP Group : public H5Object, public CommonFG { #ifndef H5_NO_NAMESPACE } #endif -#endif +#endif // __H5Group_H |