mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
fix mac build error
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
81260c7ffb
commit
bd7ba4b612
4 changed files with 11 additions and 8 deletions
|
@ -120,7 +120,7 @@ public:
|
|||
m = m_model;
|
||||
}
|
||||
|
||||
void operator()(labels_vec & r) {
|
||||
void operator()(labels_vec & r) override {
|
||||
r.append(m_labels.size(), m_labels.c_ptr());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue