Skip to content

Commit eeb1b52

Browse files
committed
Fix typo.
1 parent 1a373e4 commit eeb1b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpharos/path.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class PathFinder : public Z3PathAnalyzer {
297297
struct SolverDeleter {
298298
bool owned;
299299
void operator()(PharosZ3Solver *s) const { if (owned) delete s; }
300-
explicit SolverDeleter(bool owned_ = true) : owned_{owned_} {}
300+
explicit SolverDeleter(bool owned_ = true) : owned{owned_} {}
301301
};
302302

303303
// We will need Z3 for this analysis

0 commit comments

Comments
 (0)