]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.cpp
Some more default member initializers
[libs/gl.git] / source / glsl / syntax.cpp
index 2ab4d1b61a197b3ccee9ea849d60c990e8b2427b..45765f27d88dbf0599e9de494a5ceea90dc64dd4 100644 (file)
@@ -78,8 +78,7 @@ NodeContainer<C>::NodeContainer(const NodeContainer &c):
 Block::Block(const Block &other):
        Node(other),
        body(other.body),
-       use_braces(other.use_braces),
-       parent(0)
+       use_braces(other.use_braces)
 { }
 
 void Block::visit(NodeVisitor &visitor)