Cycles: Fixed a warning.

This commit is contained in:
Stefan Werner 2018-11-23 13:47:25 +01:00
parent aa000400dc
commit 874f12480f
Notes: blender-bot 2023-02-14 04:57:46 +01:00
Referenced by issue #58041, Drag to select dimensions don't work as expected
1 changed files with 1 additions and 0 deletions

View File

@ -1029,6 +1029,7 @@ public:
float3 value;
protected:
using ShaderNode::constant_fold;
void constant_fold(const ConstantFolder& folder, ShaderInput *value_in);
void compile(SVMCompiler& compiler, int type, ShaderInput *value_in, ShaderOutput *value_out);
void compile(OSLCompiler& compiler, const char *name);