Skip to content

Commit

Permalink
init variable
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Dec 18, 2024
1 parent f330a20 commit 2594361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsrc++/EventParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace evio {
private:

std::vector<std::shared_ptr<IEvioListener>> evioListenerList;
std::shared_ptr<IEvioFilter> evioFilter;
std::shared_ptr<IEvioFilter> evioFilter = nullptr;

void parseStructure(std::shared_ptr<EvioEvent> evioEvent, std::shared_ptr<BaseStructure> structure);

Expand Down

0 comments on commit 2594361

Please sign in to comment.