aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/ICLKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/ICLKernel.h')
-rw-r--r--arm_compute/core/CL/ICLKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/ICLKernel.h b/arm_compute/core/CL/ICLKernel.h
index e6700cd61e..2d7081956b 100644
--- a/arm_compute/core/CL/ICLKernel.h
+++ b/arm_compute/core/CL/ICLKernel.h
@@ -193,7 +193,7 @@ public:
*
* @param[in] lws_hint Local-Workgroup-Size to use
*/
- void set_lws_hint(cl::NDRange &lws_hint)
+ void set_lws_hint(const cl::NDRange &lws_hint)
{
_lws_hint = lws_hint;
}