aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/TensorHandleStrategyTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/TensorHandleStrategyTest.cpp')
-rw-r--r--src/armnn/test/TensorHandleStrategyTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnn/test/TensorHandleStrategyTest.cpp b/src/armnn/test/TensorHandleStrategyTest.cpp
index 2056b6fca1..3c53b13e1a 100644
--- a/src/armnn/test/TensorHandleStrategyTest.cpp
+++ b/src/armnn/test/TensorHandleStrategyTest.cpp
@@ -56,7 +56,7 @@ public:
return nullptr;
}
- const FactoryId GetId() const override { return m_Id; }
+ const FactoryId& GetId() const override { return m_Id; }
bool SupportsSubTensors() const override { return true; }
@@ -94,7 +94,7 @@ public:
return nullptr;
}
- const FactoryId GetId() const override { return m_Id; }
+ const FactoryId& GetId() const override { return m_Id; }
bool SupportsSubTensors() const override { return true; }