aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/printers/DotGraphPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/printers/DotGraphPrinter.h')
-rw-r--r--arm_compute/graph/printers/DotGraphPrinter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/graph/printers/DotGraphPrinter.h b/arm_compute/graph/printers/DotGraphPrinter.h
index d39ddad98c..3c9de8cba9 100644
--- a/arm_compute/graph/printers/DotGraphPrinter.h
+++ b/arm_compute/graph/printers/DotGraphPrinter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 Arm Limited.
+ * Copyright (c) 2018-2019,2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -60,7 +60,7 @@ public:
void visit(FusedDepthwiseConvolutionBatchNormalizationNode &n) override;
void visit(NormalizationLayerNode &n) override;
void visit(PoolingLayerNode &n) override;
- void default_visit() override;
+ void default_visit(INode &n) override;
private:
std::string _info{};