mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
missing override specifiers per #4654
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eef05e00af
commit
77088745d0
2 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ namespace {
|
|||
return m_context.user_propagate_register(e);
|
||||
}
|
||||
|
||||
void user_propagate_consequence(unsigned sz, unsigned const* ids, expr* conseq) {
|
||||
void user_propagate_consequence(unsigned sz, unsigned const* ids, expr* conseq) override {
|
||||
m_context.user_propagate_consequence(sz, ids, conseq);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue