Skip to content

Commit

Permalink
default initialize seen_timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
kallsyms committed Nov 20, 2023
1 parent b078b63 commit 8b00187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/santad/ProcessTree/process_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ProcessTreeTestPeer;

class ProcessTree {
public:
explicit ProcessTree() {}
explicit ProcessTree() : seen_timestamps_({}) {}

// Register an Annotator class to be automatically processed on process
// lifecycle events.
Expand Down

0 comments on commit 8b00187

Please sign in to comment.