diff options
Diffstat (limited to 'c++/src/H5PropList.h')
-rw-r--r-- | c++/src/H5PropList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5PropList.h b/c++/src/H5PropList.h index 1d4816f..84883ad 100644 --- a/c++/src/H5PropList.h +++ b/c++/src/H5PropList.h @@ -93,6 +93,9 @@ class H5_DLLCPP PropList : public IdComponent { void removeProp(const char *name) const; void removeProp(const string& name) const; + // Returns this class name + virtual string fromClass () const { return ("PropList"); } + // Default constructor: creates a stub PropList object. PropList(); |