Skip to content

Commit 7ef8956

Browse files
committed
Fix inheritance issue
retrigger CI
1 parent 7e46729 commit 7ef8956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openPMD/Iteration.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ class Iteration
435435
*
436436
* @param w The Writable representing the parent.
437437
*/
438-
virtual void linkHierarchy(Writable &w);
438+
void linkHierarchy(Writable &w) override;
439439

440440
/**
441441
* @brief Access an iteration in read mode that has potentially not been

0 commit comments

Comments
 (0)