From 54b41a30b2f05b4d7afe9cb21aea96341d2369ff Mon Sep 17 00:00:00 2001 From: David Svantesson Date: Thu, 8 Jun 2023 12:14:01 +0000 Subject: Reorder destructor in src Signed-off-by: David Svantesson Change-Id: Iaed0933d665bd98829be49b9df11653d4d74081c Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9746 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Viet-Hoa Do Comments-Addressed: Arm Jenkins --- arm_compute/runtime/NEON/functions/NEReorderLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute') diff --git a/arm_compute/runtime/NEON/functions/NEReorderLayer.h b/arm_compute/runtime/NEON/functions/NEReorderLayer.h index a9ce8e3e69..eb777f1925 100644 --- a/arm_compute/runtime/NEON/functions/NEReorderLayer.h +++ b/arm_compute/runtime/NEON/functions/NEReorderLayer.h @@ -49,7 +49,7 @@ public: /** Prevent instances of this class from being moved (As this class contains non movable objects) */ NEReorderLayer &operator=(NEReorderLayer &&) = delete; /** Default destructor */ - ~NEReorderLayer() = default; + ~NEReorderLayer(); /** Set the input and output tensors. * * Valid data layouts: -- cgit v1.2.1