summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IntType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5IntType.h')
-rw-r--r--c++/src/H5IntType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5IntType.h b/c++/src/H5IntType.h
index ed4dbc8..54262fa 100644
--- a/c++/src/H5IntType.h
+++ b/c++/src/H5IntType.h
@@ -34,7 +34,7 @@ class H5_DLLCPP IntType : public AtomType {
void setSign( H5T_sign_t sign ) const;
// Returns this class name
- virtual string fromClass () const { return("IntType"); }
+ virtual H5_std::string fromClass () const { return("IntType"); }
// Default constructor
IntType();