summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CompType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5CompType.h')
-rw-r--r--c++/src/H5CompType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5CompType.h b/c++/src/H5CompType.h
index ccf4fe9..8176693 100644
--- a/c++/src/H5CompType.h
+++ b/c++/src/H5CompType.h
@@ -88,7 +88,7 @@ class H5_DLLCPP CompType : public DataType {
void pack() const;
// Returns this class name
- virtual string fromClass () const { return ("CompType"); }
+ virtual string fromClass () const { return("CompType"); }
// Default constructor
CompType();