diff options
Diffstat (limited to 'c++/src/H5PropList.h')
-rw-r--r-- | c++/src/H5PropList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5PropList.h b/c++/src/H5PropList.h index 10d2bf9..36178eb 100644 --- a/c++/src/H5PropList.h +++ b/c++/src/H5PropList.h @@ -35,6 +35,9 @@ class H5_DLLCPP PropList : public IdComponent { // Compares this property list or class against the given list or class. bool operator==(const PropList& rhs) const; + // Close this property list. + virtual void close(); + // Close a property list class. void closeClass() const; |