From d59e5b0f8b7e06517017fb9b3bd1aeb8116b1794 Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Fri, 25 Aug 2017 17:05:19 +0100 Subject: IVGCVSW-498 Fix inconsistency of struct/class. This commit can be used as a test for the review process and for pushing back to BSG's Gerrit Change-Id: I93a4a41aa1a61108a122b375923b605f57a859b4 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85576 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- arm_compute/core/IArray.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'arm_compute/core/IArray.h') diff --git a/arm_compute/core/IArray.h b/arm_compute/core/IArray.h index 8f84bb182a..960e18f3df 100644 --- a/arm_compute/core/IArray.h +++ b/arm_compute/core/IArray.h @@ -30,11 +30,11 @@ namespace arm_compute { -class KeyPoint; -class Coordinates2D; -class DetectionWindow; +struct KeyPoint; +struct Coordinates2D; +struct DetectionWindow; class Size2D; -class ROI; +struct ROI; /** Array of type T */ template -- cgit v1.2.1