aboutsummaryrefslogtreecommitdiff
path: root/src/graph/nodes/SliceLayerNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/nodes/SliceLayerNode.cpp')
-rw-r--r--src/graph/nodes/SliceLayerNode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/nodes/SliceLayerNode.cpp b/src/graph/nodes/SliceLayerNode.cpp
index 3bd6752420..b7655b9eae 100644
--- a/src/graph/nodes/SliceLayerNode.cpp
+++ b/src/graph/nodes/SliceLayerNode.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Arm Limited.
+ * Copyright (c) 2018-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -32,7 +32,7 @@ namespace arm_compute
{
namespace graph
{
-SliceLayerNode::SliceLayerNode(Coordinates &starts, Coordinates &ends)
+SliceLayerNode::SliceLayerNode(const Coordinates &starts, const Coordinates &ends)
: _starts(starts), _ends(ends)
{
_input_edges.resize(1, EmptyEdgeID);