3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-20 04:43:39 +00:00

fix errors

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-02-07 15:31:57 -08:00
parent 61f99b242e
commit 6f610674fa
3 changed files with 14 additions and 17 deletions

View file

@ -36,7 +36,7 @@ public:
}
virtual void display(std::ostream& out) {
out << m_dep << "\n";
out << m_dep.get() << "\n";
}
};