summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PropList.cpp
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2001-11-02 19:45:25 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2001-11-02 19:45:25 (GMT)
commitec59e5f52aa06ed8267f8df2281f322fb6b9ed78 (patch)
tree578e1aeebad4df72c1b7e708c6f1358f848e97aa /c++/src/H5PropList.cpp
parent651c4b1064a0b4a709a2ed4219840cf50ed88eea (diff)
downloadhdf5-ec59e5f52aa06ed8267f8df2281f322fb6b9ed78.zip
hdf5-ec59e5f52aa06ed8267f8df2281f322fb6b9ed78.tar.gz
hdf5-ec59e5f52aa06ed8267f8df2281f322fb6b9ed78.tar.bz2
[svn-r4583]
Purpose: Switch from old property list to new generic property list. Description: Changed C++ according to the new generic property list. Platforms tested: FreeBSD, SunOS 5.7.
Diffstat (limited to 'c++/src/H5PropList.cpp')
-rw-r--r--c++/src/H5PropList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5PropList.cpp b/c++/src/H5PropList.cpp
index 38bf355..c489983 100644
--- a/c++/src/H5PropList.cpp
+++ b/c++/src/H5PropList.cpp
@@ -11,7 +11,7 @@
namespace H5 {
#endif
-const PropList PropList::DEFAULT( H5P_NO_CLASS );
+const PropList PropList::DEFAULT( H5P_DEFAULT );
// Default constructor - set id to 0 by default here but may be set
// to a valid one, if any, by a subclass constructor.