summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-28 13:32:16 +0200
committerTor Lillqvist <tml@collabora.com>2014-10-28 13:32:16 +0200
commit7aa411f0b4586dc27ae75adf673eef331acb7d36 (patch)
tree83a637be51796d74d5fdc333bad24b0e75bb37b5 /sc
parentca0670c5bb1d35c3960fbd8e44fb712f68770938 (diff)
This is C++
Change-Id: I10e8be566fc0814e81938b878e14849cfef31986
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/opencl/openclwrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx
index c8ff48c40609..8e1974da9582 100644
--- a/sc/source/core/opencl/openclwrapper.hxx
+++ b/sc/source/core/opencl/openclwrapper.hxx
@@ -34,12 +34,12 @@ if( status != CL_SUCCESS ) \
#include <cstdio>
-typedef struct _KernelEnv
+struct KernelEnv
{
cl_context mpkContext;
cl_command_queue mpkCmdQueue;
cl_program mpkProgram;
-} KernelEnv;
+};
namespace sc { namespace opencl {