Skip to content

Commit

Permalink
fix typo in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Sep 25, 2024
1 parent 9965bf6 commit c30c22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsrc++/EventWriterV4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ namespace evio {
* if file could not be opened for writing;
* if file exists but user requested no over-writing;
*/
bool EventWriterV4::EventWriterV4::writeEvent(std::shared_ptr<ByteBuffer> eventBuffer) {
bool EventWriterV4::writeEvent(std::shared_ptr<ByteBuffer> eventBuffer) {
return writeEvent(nullptr, eventBuffer, false);
}

Expand Down

0 comments on commit c30c22b

Please sign in to comment.