]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programsyntax.cpp
Add a module for builtin interface variables
[libs/gl.git] / source / programsyntax.cpp
index 4341f06b72c4542393c052d62c39acccb80fe53e..dcd19f2bb3b52b0ac75dac2f6f78c0900d3f1edf 100644 (file)
@@ -110,7 +110,8 @@ void VariableDeclaration::visit(NodeVisitor &visitor)
 }
 
 
-InterfaceBlock::InterfaceBlock()
+InterfaceBlock::InterfaceBlock():
+       array(false)
 {
        members.use_braces = true;
 }