diff options
-rw-r--r-- | sc/source/core/opencl/openclwrapper.hxx | 4 |
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 { |