aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLMutableCommandBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/CLMutableCommandBuffer.h')
-rw-r--r--src/core/CL/CLMutableCommandBuffer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/CL/CLMutableCommandBuffer.h b/src/core/CL/CLMutableCommandBuffer.h
index 04e94b0bb2..8997d7d1fd 100644
--- a/src/core/CL/CLMutableCommandBuffer.h
+++ b/src/core/CL/CLMutableCommandBuffer.h
@@ -57,7 +57,10 @@ public:
/** Disallow move assignment. */
CLMutableCommandBuffer &operator=(CLMutableCommandBuffer &&) = delete;
- void add_kernel(cl_kernel kernel, const cl::NDRange &offset, const cl::NDRange &global, const cl::NDRange &local) override;
+ void add_kernel(cl_kernel kernel,
+ const cl::NDRange &offset,
+ const cl::NDRange &global,
+ const cl::NDRange &local) override;
void finalize() override;