Cycles: Fix compilation of the Render Graph test

This commit is contained in:
Lukas Stockner
2019-12-13 15:00:22 +01:00
parent 82755f5137
commit 02f23ab685

View File

@@ -158,11 +158,10 @@ class RenderGraph : public testing::Test {
Device *device_cpu;
SceneParams scene_params;
Scene *scene;
Shader shader;
ShaderGraph graph;
ShaderGraphBuilder builder;
RenderGraph() : testing::Test(), graph(&shader), builder(&graph)
RenderGraph() : testing::Test(), builder(&graph)
{
}