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 ac1564c
Showing 1 changed file with 1 addition and 1 deletion.
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 ac1564c

Please sign in to comment.