summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Group.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Group.h')
-rw-r--r--c++/src/H5Group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Group.h b/c++/src/H5Group.h
index b496744..fda98d1 100644
--- a/c++/src/H5Group.h
+++ b/c++/src/H5Group.h
@@ -40,7 +40,7 @@ class H5_DLLCPP Group : public H5Object, public CommonFG {
void* Reference(const string& name) const;
// Returns this class name
- virtual string fromClass () const { return ("Group"); }
+ virtual string fromClass () const { return("Group"); }
// Throw group exception.
virtual void throwException(const string func_name, const string msg) const;