From d247ffb13abe5a06764b2ced6cddfca8a603122f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 29 Dec 2019 21:22:20 +0100 Subject: [PATCH] Fix compiler warning --- lib/exprengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exprengine.h b/lib/exprengine.h index 07ae97e34..d83bcd809 100644 --- a/lib/exprengine.h +++ b/lib/exprengine.h @@ -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);