aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Types.h')
-rw-r--r--arm_compute/core/Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h
index 8750a9cf1f..f9766b39be 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -142,7 +142,7 @@ struct BorderSize
}
/** Border with equal size around the 2D plane */
- constexpr BorderSize(unsigned int size)
+ explicit constexpr BorderSize(unsigned int size)
: top{ size }, right{ size }, bottom{ size }, left{ size }
{
}