mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
Mark override methods appropriately. (#6207)
This commit is contained in:
parent
8e0d9bf42d
commit
1eb84fe4b9
15 changed files with 18 additions and 18 deletions
|
@ -99,7 +99,7 @@ public:
|
|||
datatype_value_generator(value_generator& g, ast_manager& m):
|
||||
m(m), g(g), dt(m), m_sorts(m) {}
|
||||
|
||||
~datatype_value_generator() {
|
||||
~datatype_value_generator() override {
|
||||
for (auto& kv : m_values) dealloc(kv.m_value);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue