summaryrefslogtreecommitdiffstats
path: root/c++/src/H5OcreatProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5OcreatProp.h')
-rw-r--r--c++/src/H5OcreatProp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5OcreatProp.h b/c++/src/H5OcreatProp.h
index 0aa825b..5e2bf49 100644
--- a/c++/src/H5OcreatProp.h
+++ b/c++/src/H5OcreatProp.h
@@ -44,7 +44,7 @@ class H5_DLLCPP ObjCreatPropList : public PropList {
///\brief Returns this class name.
virtual H5std_string
- fromClass() const H5_OVERRIDE
+ fromClass() const override
{
return ("ObjCreatPropList");
}
@@ -57,7 +57,7 @@ class H5_DLLCPP ObjCreatPropList : public PropList {
ObjCreatPropList(const hid_t plist_id);
// Noop destructor
- virtual ~ObjCreatPropList() H5_OVERRIDE;
+ virtual ~ObjCreatPropList() override;
#ifndef DOXYGEN_SHOULD_SKIP_THIS