diff options
Diffstat (limited to 'c++/src/H5FcreatProp.h')
-rw-r--r-- | c++/src/H5FcreatProp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5FcreatProp.h b/c++/src/H5FcreatProp.h index e1d155a..3624531 100644 --- a/c++/src/H5FcreatProp.h +++ b/c++/src/H5FcreatProp.h @@ -57,7 +57,7 @@ class H5_DLLCPP FileCreatPropList : public PropList { void setIstorek( unsigned ik ) const; // Returns this class name - virtual string fromClass () const { return ("FileCreatPropList"); } + virtual string fromClass () const { return("FileCreatPropList"); } // Creates a file create property list. FileCreatPropList(); |