Skip to content

Commit

Permalink
🚨 silence compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Jan 12, 2025
1 parent bb5657b commit ad514e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/EquivalenceCheckingManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class EquivalenceCheckingManager {

void reset() {
stateGenerator.clear();
results = {};
results = Results();
checkers.clear();
}

Expand Down

0 comments on commit ad514e6

Please sign in to comment.