3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 15:03:57 +00:00

fix compilation errors after merge

This commit is contained in:
Murphy Berzish 2016-06-01 17:50:45 -04:00
parent d79837eed0
commit b5fe473c3a
3 changed files with 5 additions and 3 deletions

View file

@ -220,6 +220,7 @@ namespace smt {
virtual ~theory_str();
virtual char const * get_name() const { return "strings"; }
virtual void display(std::ostream & out) const;
protected:
virtual bool internalize_atom(app * atom, bool gate_ctx);
virtual bool internalize_term(app * term);