Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Feb 21, 2025
1 parent 04cbd68 commit a131df8
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 @@ -427,7 +427,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 a131df8

Please sign in to comment.