From 68805eb540403de3045d908f12f7e36e8a359673 Mon Sep 17 00:00:00 2001 From: Vincent TEMPLIER <vincent.templier@cea.fr> Date: Mon, 22 Apr 2024 14:13:56 +0000 Subject: [PATCH] Add missing namespace in Scaling.cpp --- src/operator/Scaling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operator/Scaling.cpp b/src/operator/Scaling.cpp index 6aee038d7..dc5e27221 100644 --- a/src/operator/Scaling.cpp +++ b/src/operator/Scaling.cpp @@ -20,7 +20,7 @@ const std::string Aidge::Scaling_Op::Type = "Scaling"; -void Aidge::Scaling_Op::setBackend(const std::string& name, DeviceIdx_t device) { +void Aidge::Scaling_Op::setBackend(const std::string& name, Aidge::DeviceIdx_t device) { SET_IMPL_MACRO(Scaling_Op, *this, name); mOutputs[0]->setBackend(name, device); } \ No newline at end of file -- GitLab