summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DcreatProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5DcreatProp.h')
-rw-r--r--c++/src/H5DcreatProp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h
index d1b5fb5..fabadc6 100644
--- a/c++/src/H5DcreatProp.h
+++ b/c++/src/H5DcreatProp.h
@@ -100,6 +100,9 @@ class H5_DLLCPP DSetCreatPropList : public PropList {
// Sets method of the shuffle filter.
void setShuffle();
+ // Returns this class name
+ virtual string fromClass () const { return ("DSetCreatPropList"); }
+
// Default constructor: creates a stub dataset creation property list.
DSetCreatPropList();