diff options
Diffstat (limited to 'c++/src/H5IdComponent.h')
-rw-r--r-- | c++/src/H5IdComponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5IdComponent.h b/c++/src/H5IdComponent.h index 118eafa..431863b 100644 --- a/c++/src/H5IdComponent.h +++ b/c++/src/H5IdComponent.h @@ -67,7 +67,7 @@ class H5_DLLCPP IdComponent { string inMemFunc(const char* func_name) const; // Returns this class name. - virtual string fromClass() const {return ("IdComponent");} + virtual string fromClass() const { return("IdComponent");} #endif // DOXYGEN_SHOULD_SKIP_THIS |