From 299e7a40fdba2f8868f61ad3bf287b2492ff4e79 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 054468348..396c60e46 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