summaryrefslogtreecommitdiff
path: root/opencl
diff options
context:
space:
mode:
Diffstat (limited to 'opencl')
-rw-r--r--opencl/inc/opencl_device_selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opencl/inc/opencl_device_selection.h b/opencl/inc/opencl_device_selection.h
index 4fa8cf4a55de..af0ecd37be5c 100644
--- a/opencl/inc/opencl_device_selection.h
+++ b/opencl/inc/opencl_device_selection.h
@@ -86,7 +86,7 @@ struct ds_device
struct ds_profile
{
std::vector<ds_device> devices;
- OString const version;
+ OString version;
ds_profile(OString const & inVersion)
: version(inVersion)