From cb42ad8c7595c8f5c157302c220e6107f07b847c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 5 Jun 2018 12:02:08 +0200 Subject: Fix compilation error after recent matcap changes --- source/blender/makesrna/intern/rna_space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c index 0f417c471e7..150bff1d254 100644 --- a/source/blender/makesrna/intern/rna_space.c +++ b/source/blender/makesrna/intern/rna_space.c @@ -200,7 +200,7 @@ const EnumPropertyItem rna_enum_viewport_lighting_items[] = { {0, NULL, 0, NULL, NULL} }; -#define DEF_SINGLE_STUDIO_LIGHT_ITEM(value) {value, "STUDIOLIGHT_%%value%%", 0, "", ""} +#define DEF_SINGLE_STUDIO_LIGHT_ITEM(value) {value, "STUDIOLIGHT_" #value, 0, "", ""} static const EnumPropertyItem rna_enum_studio_light_items[] = { DEF_SINGLE_STUDIO_LIGHT_ITEM(0), DEF_SINGLE_STUDIO_LIGHT_ITEM(1), -- cgit v1.2.3