From f12476f0f61824f6bf5120d3176731b17a43b817 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Aug 2016 11:59:19 +0200 Subject: loplugin:countusersofdefaultparams in oox..sd Change-Id: I4504939a3957606979c6ac36af6611e1fe072d01 Reviewed-on: https://gerrit.libreoffice.org/27902 Tested-by: Jenkins Reviewed-by: Noel Grandin --- opencl/inc/opencl_device.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opencl/inc/opencl_device.hxx') 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 ); -- cgit