diff --git a/intern/cycles/render/nodes.h b/intern/cycles/render/nodes.h index caad11af0f8..79d25d01176 100644 --- a/intern/cycles/render/nodes.h +++ b/intern/cycles/render/nodes.h @@ -152,8 +152,8 @@ class OutputNode : public ShaderNode { public: SHADER_NODE_CLASS(OutputNode) - void* surface; - void* volume; + void *surface; + void *volume; float displacement; float3 normal;