summaryrefslogtreecommitdiff
path: root/include/opencl/platforminfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/opencl/platforminfo.hxx')
-rw-r--r--include/opencl/platforminfo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opencl/platforminfo.hxx b/include/opencl/platforminfo.hxx
index ac3f144f9d9f..5e54c052fc51 100644
--- a/include/opencl/platforminfo.hxx
+++ b/include/opencl/platforminfo.hxx
@@ -20,7 +20,7 @@
// Struct that describs an actual instance of an OpenCL device
-struct OPENCL_DLLPUBLIC OpenCLDeviceInfo
+struct OpenCLDeviceInfo
{
cl_device_id device;
OUString maName;
@@ -35,7 +35,7 @@ struct OPENCL_DLLPUBLIC OpenCLDeviceInfo
// Struct that describs an actual instance of an OpenCL platform implementation
-struct OPENCL_DLLPUBLIC OpenCLPlatformInfo
+struct OpenCLPlatformInfo
{
cl_platform_id platform;
OUString maVendor;