mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +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
|
@ -149,7 +149,7 @@ public:
|
|||
}
|
||||
|
||||
|
||||
virtual ~lp_solver();
|
||||
~lp_solver() override;
|
||||
|
||||
void flip_costs();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue