Replaces the H5_OVERRIDE macro with override (#773)
The macro is no longer necessary now that we require C++11.
This commit is contained in:
@@ -32,7 +32,7 @@ class H5_DLLCPP LinkCreatPropList : public PropList {
|
||||
|
||||
///\brief Returns this class name.
|
||||
virtual H5std_string
|
||||
fromClass() const H5_OVERRIDE
|
||||
fromClass() const override
|
||||
{
|
||||
return ("LinkCreatPropList");
|
||||
}
|
||||
@@ -59,7 +59,7 @@ class H5_DLLCPP LinkCreatPropList : public PropList {
|
||||
H5T_cset_t getCharEncoding() const;
|
||||
|
||||
// Noop destructor
|
||||
virtual ~LinkCreatPropList() H5_OVERRIDE;
|
||||
virtual ~LinkCreatPropList() override;
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user