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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/c++/src/H5PropList.h b/c++/src/H5PropList.h
index 7243076..037b0d8 100644
--- a/c++/src/H5PropList.h
+++ b/c++/src/H5PropList.h
@@ -25,11 +25,7 @@ class PropList : public IdComponent {
void copy( const PropList& like_plist );
// Make a copy of the given property list using assignment statement
- //PropList& operator=( const PropList& rhs );
-
- // Sets and gets PropList's data member
- //hid_t getId () const;
- //void setId( hid_t new_plist_id );
+ virtual PropList& operator=( const PropList& rhs );
// Gets the class of this property list, i.e. H5P_FILE_CREATE,
// H5P_FILE_ACCESS, ...