Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhurliman authored Oct 25, 2024
1 parent 3fe2789 commit 6d290e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/mcap/include/mcap/writer.inl
Original file line number Diff line number Diff line change
Expand Up @@ -653,11 +653,11 @@ Status McapWriter::write(const Metadata& metadata) {
return StatusCode::Success;
}

Timestamp currentChunkStart() const {
Timestamp McapWriter::currentChunkStart() const {
return currentChunkStart_;
}

Timestamp currentChunkEnd() const {
Timestamp McapWriter::currentChunkEnd() const {
return currentChunkEnd_;
}

Expand Down

0 comments on commit 6d290e8

Please sign in to comment.