summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Group.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Group.h')
-rw-r--r--c++/src/H5Group.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5Group.h b/c++/src/H5Group.h
index 0aece88..9a7b33b 100644
--- a/c++/src/H5Group.h
+++ b/c++/src/H5Group.h
@@ -22,6 +22,9 @@ namespace H5 {
class H5_DLLCPP Group : public H5Object, public CommonFG {
public:
+ // Close this group.
+ virtual void close();
+
// Retrieves the type of object that an object reference points to.
H5G_obj_t getObjType(void *ref, H5R_type_t ref_type) const;