diff options
Diffstat (limited to 'c++/src/H5DxferProp.h')
-rw-r--r-- | c++/src/H5DxferProp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5DxferProp.h b/c++/src/H5DxferProp.h index e457906..439bc3d 100644 --- a/c++/src/H5DxferProp.h +++ b/c++/src/H5DxferProp.h @@ -95,10 +95,10 @@ class H5_DLLCPP DSetMemXferPropList : public PropList { H5Z_EDC_t getEDCCheck(); // Creates a copy of an existing dataset memory and transfer - // property list using the property list id - DSetMemXferPropList (const hid_t plist_id) : PropList( plist_id ) {} + // property list using the property list id. + DSetMemXferPropList (const hid_t plist_id); - // Default destructor + // Noop destructor virtual ~DSetMemXferPropList(); }; |