Skip to content

Commit

Permalink
Update include/seqan3/io/sam_file/output.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lydia Buntrock <[email protected]>
  • Loading branch information
smehringer and Irallia authored Oct 31, 2022
1 parent 9632dd7 commit 100da3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/io/sam_file/output.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ class sam_file_output

protected:
//!\privatesection
//!\brief Whether any record has been written. Needed on deconstruction to know if a header still must be written.
//!\brief Whether any record has already been written. This is needed during deconstruction to know whether a header still needs to be written.
bool no_record_has_been_written{true};

//!\brief A larger (compared to stl default) stream buffer to use when reading from a file.
Expand Down

0 comments on commit 100da3c

Please sign in to comment.