Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 19, 2024
1 parent c77a51e commit 400e1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/openPMD/Iteration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class Iteration : public Attributable
/**
* @brief Link with parent.
*
* @param w The Writable representing the parent.
* @param parent The Writable representing the parent.
*/
void linkHierarchy(internal::AttributableData &parent) override;
using Attributable::linkHierarchy;
Expand Down
2 changes: 1 addition & 1 deletion include/openPMD/backend/Attributable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ OPENPMD_protected
/**
* @brief Link with parent.
*
* @param w The Writable representing the parent.
* @param parent The Writable representing the parent.
*/
void linkHierarchy(Attributable &parent);
virtual void linkHierarchy(internal::AttributableData &parent);
Expand Down

0 comments on commit 400e1e3

Please sign in to comment.