mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
add const &
This commit is contained in:
parent
5796e15088
commit
3791810920
|
@ -130,7 +130,7 @@ class model2mc : public model_converter {
|
|||
public:
|
||||
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() {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue