Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Mar 14, 2024
1 parent 054e29e commit 9032448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsrc++/EventWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ namespace evio {
auto & header = currentRecord->getHeader();
header->setBitInfo(false, !xmlDictionary.empty());
if (eventType >=0 && eventType <= 15) {
header.setBitInfoEventType(eventType);
header->setBitInfoEventType(eventType);
}
}

Expand Down

0 comments on commit 9032448

Please sign in to comment.