summaryrefslogtreecommitdiff
path: root/opencl/inc/opencl_device.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'opencl/inc/opencl_device.hxx')
-rw-r--r--opencl/inc/opencl_device.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/opencl/inc/opencl_device.hxx b/opencl/inc/opencl_device.hxx
index 7b5b79aec3dc..0963304e8f99 100644
--- a/opencl/inc/opencl_device.hxx
+++ b/opencl/inc/opencl_device.hxx
@@ -14,7 +14,7 @@
namespace opencl {
-ds_device getDeviceSelection(OUString pFileName, bool bForceSelection = false);
+ds_device getDeviceSelection(OUString const & pFileName, bool bForceSelection = false);
}
:34:22 +0300'>2013-08-19Use correct paths to URE stuff on WindowsTor Lillqvist 2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist 2013-05-07Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann 2013-05-05copy more rc files to instdirDavid Tardon 2013-04-29Use new-style service ctors where possibleStephan Bergmann 2013-04-29Check for theTypeDescriptionManager singletonStephan Bergmann 2013-04-25Mark TypeDescriptionProvider service as "don't create by name"Stephan Bergmann 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-21uretest.zip is not installed -> don't build itDavid Tardon 2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann 2013-04-18Adapt env var settings to MS command shell syntaxStephan Bergmann 2013-04-11Adapt uretest to -B removed from cppumaker/javamakerStephan Bergmann 2013-04-11Let theMacroExpander.hpp take care about the singleton instantiation detailsStephan Bergmann 2013-04-11Missing rtl:: namespaceStephan Bergmann 2013-04-02drop prefix from ::cssThomas Arnhold