aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/mutators/SyntheticDataTypeMutator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/mutators/SyntheticDataTypeMutator.h')
-rw-r--r--arm_compute/graph/mutators/SyntheticDataTypeMutator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/graph/mutators/SyntheticDataTypeMutator.h b/arm_compute/graph/mutators/SyntheticDataTypeMutator.h
index 2292e52086..ce8af0a1d7 100644
--- a/arm_compute/graph/mutators/SyntheticDataTypeMutator.h
+++ b/arm_compute/graph/mutators/SyntheticDataTypeMutator.h
@@ -40,7 +40,7 @@ public:
// Inherited methods overridden
virtual void mutate(Graph &g) override;
MutationType type() const override;
- const char *name() override;
+ const char *name() override;
private:
DataType _mutate_type;