diff options
Diffstat (limited to 'c++/src/H5Attribute.h')
-rw-r--r-- | c++/src/H5Attribute.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/c++/src/H5Attribute.h b/c++/src/H5Attribute.h index 142a829..4a06d3f 100644 --- a/c++/src/H5Attribute.h +++ b/c++/src/H5Attribute.h @@ -1,5 +1,6 @@ -#ifndef _H5Attribute_H -#define _H5Attribute_H +// This may look like C code, but it is really -*- C++ -*- +#ifndef H5Attribute_H_ +#define H5Attribute_H_ #ifndef H5_NO_NAMESPACE namespace H5 { |