3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

fix more warnings with override

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-02-22 08:39:31 +09:00
parent a4c58ec4c2
commit 919989cfe8
2 changed files with 4 additions and 4 deletions

View file

@ -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; }