mirror of
https://github.com/Z3Prover/z3
synced 2026-06-22 08:30:28 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
454d20d23e
commit
fa93bc419d
14 changed files with 47 additions and 49 deletions
|
|
@ -100,7 +100,7 @@ namespace datalog {
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
virtual void display(std::ostream& out) { out << "(scale-model-converter)\n"; }
|
||||
void display(std::ostream& out) override { out << "(scale-model-converter)\n"; }
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue