Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Werner <stefan.werner@tangent-animation.com>2018-11-23 15:47:25 +0300
committerStefan Werner <stefan.werner@tangent-animation.com>2018-11-23 15:47:25 +0300
commit874f12480f465374e53ee1870cf108828172fe17 (patch)
tree998c80453000633c4247942b9409a5cfe156209c /intern/cycles/render
parentaa000400dc70264e6184d609f82f01fe8add9891 (diff)
Cycles: Fixed a warning.
Diffstat (limited to 'intern/cycles/render')
-rw-r--r--intern/cycles/render/nodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/nodes.h b/intern/cycles/render/nodes.h
index 048f0fcaa24..429a1130a9b 100644
--- a/intern/cycles/render/nodes.h
+++ b/intern/cycles/render/nodes.h
@@ -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);