aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/MultiLayerFacade.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/MultiLayerFacade.hpp')
-rw-r--r--delegate/src/MultiLayerFacade.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/MultiLayerFacade.hpp b/delegate/src/MultiLayerFacade.hpp
index 02be26cefd..c0df47bac9 100644
--- a/delegate/src/MultiLayerFacade.hpp
+++ b/delegate/src/MultiLayerFacade.hpp
@@ -91,7 +91,7 @@ public:
return m_FirstLayer->InferOutputShapes(inputShapes);
}
- virtual armnn::LayerGuid GetGuid() const override
+ virtual LayerGuid GetGuid() const override
{
return m_FirstLayer->GetGuid();
}