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