summaryrefslogtreecommitdiffstats
path: root/include/opencl/openclconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/opencl/openclconfig.hxx')
-rw-r--r--include/opencl/openclconfig.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opencl/openclconfig.hxx b/include/opencl/openclconfig.hxx
index c1b73a66485a..7247b4fa6e62 100644
--- a/include/opencl/openclconfig.hxx
+++ b/include/opencl/openclconfig.hxx
@@ -77,7 +77,7 @@ struct OPENCL_DLLPUBLIC OpenCLConfig
typedef std::set<ImplMatcher> ImplMatcherSet;
ImplMatcherSet maDenyList;
- ImplMatcherSet maWhiteList;
+ ImplMatcherSet maAllowList;
OpenCLConfig();