Remove c++11 keyword override. (#1587)
This commit is contained in:
@@ -334,7 +334,7 @@ class H5_DLLCPP H5Location : public IdComponent {
|
||||
#endif // DOXYGEN_SHOULD_SKIP_THIS
|
||||
|
||||
// Noop destructor.
|
||||
virtual ~H5Location() override;
|
||||
virtual ~H5Location();
|
||||
|
||||
}; // end of H5Location
|
||||
} // namespace H5
|
||||
|
||||
Reference in New Issue
Block a user