From b59e5f1ad7a5fbb333326e5b51a970b667a2a638 Mon Sep 17 00:00:00 2001 From: Olivier BICHLER <olivier.bichler@cea.fr> Date: Mon, 8 Apr 2024 18:09:24 +0200 Subject: [PATCH] Fixed missing override --- include/aidge/operator/OperatorTensor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aidge/operator/OperatorTensor.hpp b/include/aidge/operator/OperatorTensor.hpp index d6d1d693b..c09b58939 100644 --- a/include/aidge/operator/OperatorTensor.hpp +++ b/include/aidge/operator/OperatorTensor.hpp @@ -86,7 +86,7 @@ public: virtual void setDataType(const DataType& dataType) const override; - virtual void forward(); + virtual void forward() override; }; } // namespace Aidge -- GitLab