]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programsyntax.cpp
Remove unused functions from the shader source
[libs/gl.git] / source / programsyntax.cpp
index f87488dc7a2b530a56c38841965430c0973f5738..098130f87c2e4920597eadb2838295b782dbf740 100644 (file)
@@ -72,6 +72,7 @@ void Assignment::visit(NodeVisitor &visitor)
 
 
 FunctionCall::FunctionCall():
+       declaration(0),
        constructor(false)
 { }