summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PropList.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5PropList.h')
-rw-r--r--c++/src/H5PropList.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/c++/src/H5PropList.h b/c++/src/H5PropList.h
index 3977774..0ceaabd 100644
--- a/c++/src/H5PropList.h
+++ b/c++/src/H5PropList.h
@@ -135,7 +135,8 @@ class H5_DLLCPP PropList : public IdComponent {
friend void f_PropList_setId(PropList* plist, hid_t new_id);
#endif // DOXYGEN_SHOULD_SKIP_THIS
-};
-}
+}; // end of PropList
+} // namespace H5
+
#endif // __H5PropList_H