From 5b78b976eea06cad96c6cad3e42a6ee60e680ab3 Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Fri, 23 Feb 2024 11:28:14 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- include/aidge/operator/Operator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aidge/operator/Operator.hpp b/include/aidge/operator/Operator.hpp index abc629a7c..40156c401 100644 --- a/include/aidge/operator/Operator.hpp +++ b/include/aidge/operator/Operator.hpp @@ -124,7 +124,7 @@ public: * @brief Get the OperatorImpl of the Operator * */ - std::shared_ptr<OperatorImpl> getImpl(){ + inline std::shared_ptr<OperatorImpl> getImpl() const noexcept { return mImpl; } -- GitLab