mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 07:13:41 +00:00
add const &
This commit is contained in:
parent
5796e15088
commit
3791810920
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class model2mc : public model_converter {
|
||||||
public:
|
public:
|
||||||
model2mc(model * m):m_model(m) {}
|
model2mc(model * m):m_model(m) {}
|
||||||
|
|
||||||
model2mc(model * m, buffer<symbol> r):m_model(m), m_labels(r) {}
|
model2mc(model * m, buffer<symbol> const & r):m_model(m), m_labels(r) {}
|
||||||
|
|
||||||
virtual ~model2mc() {}
|
virtual ~model2mc() {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue