diff options
Diffstat (limited to 'opencl')
-rw-r--r-- | opencl/inc/opencl_device.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opencl/inc/opencl_device.hxx b/opencl/inc/opencl_device.hxx index a42b57541365..4fc75cf443f8 100644 --- a/opencl/inc/opencl_device.hxx +++ b/opencl/inc/opencl_device.hxx @@ -14,7 +14,7 @@ namespace opencl { -ds_device const & getDeviceSelection(OUString const & pFileName, bool bForceSelection = false); +ds_device const & getDeviceSelection(OUString const & pFileName, bool bForceSelection); struct GPUEnv; void releaseOpenCLEnv( GPUEnv *gpuInfo ); |