[svn-r4516]

Purpose:
    Changed to the new generic property list
Platforms tested:
    Arabica and Hawkwind
This commit is contained in:
Raymond Lu 2001-10-03 12:55:22 -05:00
parent 3a57757306
commit 7666ce56d3

View File

@ -11,7 +11,7 @@ class DSetCreatPropList : public PropList {
static const DSetCreatPropList DEFAULT;
// Creates a dataset creation property list
DSetCreatPropList() : PropList( H5P_DATASET_CREATE ) {}
DSetCreatPropList() : PropList( H5P_DATASET_CREATE) {}
// Copy constructor: creates a copy of a DSetCreatPropList object;
// often used by the compiler when passing by value occurs.