mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix the override warning
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
41e0a12678
commit
dbe5df85c3
3 changed files with 7 additions and 7 deletions
|
@ -83,7 +83,7 @@ public:
|
|||
void apply_from_right(vector<T> & w) override;
|
||||
void apply_from_right(indexed_vector<T> & w) override;
|
||||
|
||||
T get_elem(unsigned i, unsigned j) const;
|
||||
T get_elem(unsigned i, unsigned j) const override;
|
||||
#ifdef Z3DEBUG
|
||||
unsigned row_count() const override { return m_length; }
|
||||
unsigned column_count() const override { return m_length; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue