Skip to content

Commit ed83140

Browse files
author
Mark R. Tuttle
committed
Make virtual the destructor for symex_complexity_limit_exceeded_actiont.
1 parent 1cb10ad commit ed83140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-symex/symex_complexity_limit_exceeded_action.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class symex_complexity_limit_exceeded_actiont
1818
{
1919
current_state.reachable = false;
2020
}
21+
virtual ~symex_complexity_limit_exceeded_actiont() {}
2122
};
2223

2324
#endif // CPROVER_GOTO_SYMEX_SYMEX_COMPLEXITY_LIMIT_EXCEEDED_ACTION_H

0 commit comments

Comments
 (0)