summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DcreatProp.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2001-10-03 17:55:22 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2001-10-03 17:55:22 (GMT)
commit7666ce56d350ee6e65af4736ae3455916a86aadd (patch)
treef4bfaa051ec7a32b5d9fe575316f78f9abb1131a /c++/src/H5DcreatProp.h
parent3a5775730692aee12252f9bd636f2d63f6c80296 (diff)
downloadhdf5-7666ce56d350ee6e65af4736ae3455916a86aadd.zip
hdf5-7666ce56d350ee6e65af4736ae3455916a86aadd.tar.gz
hdf5-7666ce56d350ee6e65af4736ae3455916a86aadd.tar.bz2
[svn-r4516]
Purpose: Changed to the new generic property list Platforms tested: Arabica and Hawkwind
Diffstat (limited to 'c++/src/H5DcreatProp.h')
-rw-r--r--c++/src/H5DcreatProp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h
index dcf52b3..c469326 100644
--- a/c++/src/H5DcreatProp.h
+++ b/c++/src/H5DcreatProp.h
@@ -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.