diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-08-25 15:22:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-08-25 15:49:34 +0300 |
commit | aa7dc5fa1df23f1a9079305cb362aab018e94848 (patch) | |
tree | 68c4825581e939b4dd8af5c7d1fa7ef848bf4fb8 /include/opencl | |
parent | 407a126af45d93f83eb4dbdc358dd569bea4db6f (diff) |
Get rid of need to use initial :: for ::opencl to avoid clash with sc::opencl
Rename the global opencl namespace to openclwrapper. Its public API is
after all declared in a file called openclwrapper.hxx. The confusion
started when part of the OpenCL code was moved out from sc some years
ago.
Change-Id: I98ebd8498b2244804411e5de9169eb619f86070b
Diffstat (limited to 'include/opencl')
-rw-r--r-- | include/opencl/openclwrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opencl/openclwrapper.hxx b/include/opencl/openclwrapper.hxx index 5f71b2a205f3..1b5ac674a01c 100644 --- a/include/opencl/openclwrapper.hxx +++ b/include/opencl/openclwrapper.hxx @@ -26,7 +26,7 @@ #include <cstdio> -namespace opencl +namespace openclwrapper { struct KernelEnv |