3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

missing virtual functions

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-07-01 19:18:09 -07:00
parent 06771d1ac5
commit 8c2ba3d47e

View file

@ -41,6 +41,7 @@ Notes:
class non_parallel_tactic : public tactic {
public:
non_parallel_tactic(solver* s, params_ref const& p) {
}