aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/test/Unsupported.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnTfLiteParser/test/Unsupported.cpp')
-rw-r--r--src/armnnTfLiteParser/test/Unsupported.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnnTfLiteParser/test/Unsupported.cpp b/src/armnnTfLiteParser/test/Unsupported.cpp
index 25abde8142..9a9cdc5156 100644
--- a/src/armnnTfLiteParser/test/Unsupported.cpp
+++ b/src/armnnTfLiteParser/test/Unsupported.cpp
@@ -33,7 +33,7 @@ public:
void VisitInputLayer(const IConnectableLayer*, LayerBindingId, const char*) override {}
- void VisitOutputLayer(const IConnectableLayer*, LayerBindingId id, const char*) override {}
+ void VisitOutputLayer(const IConnectableLayer*, LayerBindingId, const char*) override {}
void VisitStandInLayer(const IConnectableLayer* layer,
const StandInDescriptor& descriptor,