aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core')
-rw-r--r--arm_compute/core/Window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/Window.h b/arm_compute/core/Window.h
index c566cffa88..440b942dcf 100644
--- a/arm_compute/core/Window.h
+++ b/arm_compute/core/Window.h
@@ -90,6 +90,7 @@ public:
: _start(start), _end(end), _step(step)
{
}
+ Dimension(const Dimension &d) = default;
/** Default assignment operator to allow dimensions to be copied */
Dimension &operator=(const Dimension &d) = default;
/** Return the start of the dimension */