aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLFFT1D.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLFFT1D.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLFFT1D.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/functions/CLFFT1D.h b/arm_compute/runtime/CL/functions/CLFFT1D.h
index 31a2cc6b06..e88ee7650d 100644
--- a/arm_compute/runtime/CL/functions/CLFFT1D.h
+++ b/arm_compute/runtime/CL/functions/CLFFT1D.h
@@ -53,6 +53,10 @@ public:
CLFFT1D(const CLFFT1D &) = delete;
/** Prevent instances of this class from being copied */
CLFFT1D &operator=(const CLFFT1D &) = delete;
+ /** Default move constructor */
+ CLFFT1D(CLFFT1D &&) = default;
+ /** Default move assignment operator */
+ CLFFT1D &operator=(CLFFT1D &&) = default;
/** Default destructor */
~CLFFT1D();
/** Initialise the function's source, destinations and border mode.