Skip to content

Commit 8f69473

Browse files
committed
Fix docu after rebasing
1 parent 8b161c0 commit 8f69473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openPMD/RecordComponent.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class RecordComponent : public BaseRecordComponent
270270
* @param extent Extent within the dataset, counted from the offset.
271271
*/
272272
template <typename T>
273-
void storeChunk(std::shared_ptr<T[]>, Offset, Extent);
273+
void storeChunk(std::shared_ptr<T[]> data, Offset offset, Extent extent);
274274

275275
/** Store a chunk of data from a chunk of memory, raw pointer version.
276276
*

0 commit comments

Comments
 (0)