From 7655a67384895868c0afa72bfda9a9b2fcfdf323 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Sat, 23 Sep 2017 11:57:33 +0100 Subject: COMPMID-507: Move Sobel to new validation Change-Id: Ic0a9dbd8e646abbf8d9ea52e497a5fe60e499cc7 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88883 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- arm_compute/core/Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/core/Types.h') 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 } { } -- cgit v1.2.1