Fix compiler warning

This commit is contained in:
Daniel Marjamäki 2019-12-29 21:22:20 +01:00
parent 29b599b0e5
commit d247ffb13a
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ namespace ExprEngine {
ArrayValue(const std::string &name, ValuePtr size, ValuePtr value, bool pointer, bool nullPointer, bool uninitPointer);
ArrayValue(DataBase *data, const Variable *var);
std::string getRange() const;
std::string getRange() const OVERRIDE;
std::string getSymbolicExpression() const OVERRIDE;
void assign(ValuePtr index, ValuePtr value);