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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/c++/src/H5Group.h b/c++/src/H5Group.h
index 3118aa7..0f44eb9 100644
--- a/c++/src/H5Group.h
+++ b/c++/src/H5Group.h
@@ -84,7 +84,8 @@ class H5_DLLCPP Group : public H5Object, public CommonFG {
private:
hid_t id; // HDF5 group id
-};
-}
+}; // end of Group
+} // namespace H5
+
#endif // __Group_H