Skip to content

Commit ffc91c8

Browse files
Merge pull request #5164 from markrtuttle/make-destructor-virtual
Make virtual the destructor for symex_complexity_limit_exceeded_actiont.
2 parents 1cb10ad + 78a1bb0 commit ffc91c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/goto-symex/symex_complexity_limit_exceeded_action.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ class symex_complexity_limit_exceeded_actiont
1818
{
1919
current_state.reachable = false;
2020
}
21+
virtual ~symex_complexity_limit_exceeded_actiont()
22+
{
23+
}
2124
};
2225

2326
#endif // CPROVER_GOTO_SYMEX_SYMEX_COMPLEXITY_LIMIT_EXCEEDED_ACTION_H

0 commit comments

Comments
 (0)