aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLCompatCommandBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/CLCompatCommandBuffer.h')
-rw-r--r--src/core/CL/CLCompatCommandBuffer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/CL/CLCompatCommandBuffer.h b/src/core/CL/CLCompatCommandBuffer.h
index e91d52d2d6..d5df106425 100644
--- a/src/core/CL/CLCompatCommandBuffer.h
+++ b/src/core/CL/CLCompatCommandBuffer.h
@@ -57,7 +57,10 @@ public:
/** Disallow move assignment. */
CLCompatCommandBuffer &operator=(CLCompatCommandBuffer &&) = 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;