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