diff options
Diffstat (limited to 'c++/src/H5DcreatProp.h')
-rw-r--r-- | c++/src/H5DcreatProp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h index 8ce7e81..7f73a0c 100644 --- a/c++/src/H5DcreatProp.h +++ b/c++/src/H5DcreatProp.h @@ -25,6 +25,9 @@ class H5_DLLCPP DSetCreatPropList : public PropList { // Default dataset creation property list. static const DSetCreatPropList DEFAULT; + // Creates a dataset creation property list. + DSetCreatPropList(); + // Queries whether all the filters set in this property list are // available currently. bool allFiltersAvail(); @@ -103,9 +106,6 @@ class H5_DLLCPP DSetCreatPropList : public PropList { // Returns this class name virtual H5std_string fromClass () const { return("DSetCreatPropList"); } - // Default constructor: creates a stub dataset creation property list. - DSetCreatPropList(); - // Copy constructor: creates a copy of a DSetCreatPropList object. DSetCreatPropList(const DSetCreatPropList& orig); |