diff --git a/src/sat/smt/sat_smt.h b/src/sat/smt/sat_smt.h index 0937c34bb58..ed085c07bd7 100644 --- a/src/sat/smt/sat_smt.h +++ b/src/sat/smt/sat_smt.h @@ -63,6 +63,9 @@ namespace sat { class th_model_builder { public: + + virtual ~th_model_builder() {} + /** \brief compute the value for enode \c n and store the value in \c values for the root of the class of \c n.