aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h b/arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h
index 0fb3edd490..f273e55e77 100644
--- a/arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h
+++ b/arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h
@@ -62,12 +62,12 @@ public:
NEHOGMultiDetection(std::shared_ptr<IMemoryManager> memory_manager = nullptr);
/** Prevent instances of this class from being copied (As this class contains pointers) */
NEHOGMultiDetection(const NEHOGMultiDetection &) = delete;
- /** Default move constructor */
- NEHOGMultiDetection(NEHOGMultiDetection &&) = default;
+ /** Prevent instances of this class from being moved (As this class contains pointers) */
+ NEHOGMultiDetection(NEHOGMultiDetection &&) = delete;
/** Prevent instances of this class from being copied (As this class contains pointers) */
NEHOGMultiDetection &operator=(const NEHOGMultiDetection &) = delete;
- /** Default move assignment operator */
- NEHOGMultiDetection &operator=(NEHOGMultiDetection &&) = default;
+ /** Prevent instances of this class from being moved (As this class contains pointers) */
+ NEHOGMultiDetection &operator=(NEHOGMultiDetection &&) = delete;
/** Default destructor */
~NEHOGMultiDetection();
/** Initialise the function's source, destination, detection window strides, border mode, threshold and non-maxima suppression