summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-10-13 09:33:03 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-10-13 09:33:03 (GMT)
commitb767c1a0ae221b4d39cead548bd26a229a8529c9 (patch)
tree452bd065fea24fa0b3d0bbfe5d26f61812bb8948 /c++/src/H5Attribute.h
parent76ff9fa1d25f2f060b6ef620a9c6d1a1652c6fa8 (diff)
downloadhdf5-b767c1a0ae221b4d39cead548bd26a229a8529c9.zip
hdf5-b767c1a0ae221b4d39cead548bd26a229a8529c9.tar.gz
hdf5-b767c1a0ae221b4d39cead548bd26a229a8529c9.tar.bz2
[svn-r28049] Merge of r27997-28047 from the trunk.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial w/ Fortran and C++ parallel (MPICH 3.1.4) w/ Fortran
Diffstat (limited to 'c++/src/H5Attribute.h')
-rw-r--r--c++/src/H5Attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Attribute.h b/c++/src/H5Attribute.h
index eced64e..f5ee4a9 100644
--- a/c++/src/H5Attribute.h
+++ b/c++/src/H5Attribute.h
@@ -86,8 +86,8 @@ class H5_DLLCPP Attribute : public AbstractDs, public IdComponent {
// Destructor: properly terminates access to this attribute.
virtual ~Attribute();
- protected:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
+ protected:
// Sets the attribute id.
virtual void p_setId(const hid_t new_id);
#endif // DOXYGEN_SHOULD_SKIP_THIS