Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-02-17 16:09:13 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-02-17 16:09:46 +0300
commit12b6ddaf953056e36f1e86d7d79537cb8b3dbe4e (patch)
tree8cf9e6659bcb5a26dd14f80bc84c82a9993c9d50 /intern
parent5b22713c22600f5286542aa0c690537b2c04c809 (diff)
Fix OpenCL issue after recent code cleanup
Thanks Patrick Mours for finding it.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_static_assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_static_assert.h b/intern/cycles/util/util_static_assert.h
index 7d458bed14e..2dca1d64a76 100644
--- a/intern/cycles/util/util_static_assert.h
+++ b/intern/cycles/util/util_static_assert.h
@@ -24,7 +24,7 @@
CCL_NAMESPACE_BEGIN
-#ifdef __KERNEL_OPECL__
+#ifdef __KERNEL_OPENCL__
# define static_assert(statement, message)
#endif /* __KERNEL_GPU__ */