aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLMemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/CLMemory.h')
-rw-r--r--arm_compute/runtime/CL/CLMemory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/CL/CLMemory.h b/arm_compute/runtime/CL/CLMemory.h
index 02d36614ae..48692e17a9 100644
--- a/arm_compute/runtime/CL/CLMemory.h
+++ b/arm_compute/runtime/CL/CLMemory.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -44,7 +44,7 @@ public:
*
* @param[in] memory Memory to be imported
*/
- CLMemory(std::shared_ptr<ICLMemoryRegion> memory);
+ CLMemory(const std::shared_ptr<ICLMemoryRegion> &memory);
/** Default Constructor
*
* @note Ownership of the memory is not transferred to this object.