$OpenBSD: patch-intern_cycles_render_integrator_cpp,v 1.1 2021/03/27 15:15:06 sthen Exp $

Index: intern/cycles/render/integrator.cpp
--- intern/cycles/render/integrator.cpp.orig
+++ intern/cycles/render/integrator.cpp
@@ -94,7 +94,7 @@ NODE_DEFINE(Integrator)
   return type;
 }
 
-Integrator::Integrator() : Node(node_type)
+Integrator::Integrator() : Node(get_node_type())
 {
 }
 
