diff options
Diffstat (limited to 'c++/src/H5PropList.h')
-rw-r--r-- | c++/src/H5PropList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5PropList.h b/c++/src/H5PropList.h index 7e47b32..a4057d4 100644 --- a/c++/src/H5PropList.h +++ b/c++/src/H5PropList.h @@ -110,10 +110,12 @@ class H5_DLLCPP PropList : public IdComponent { virtual ~PropList(); protected: +#ifndef DOXYGEN_SHOULD_SKIP_THIS hid_t id; // HDF5 property list id // Sets the property list id. virtual void p_setId(const hid_t new_id); +#endif // DOXYGEN_SHOULD_SKIP_THIS }; #ifndef H5_NO_NAMESPACE |