X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;h=45765f27d88dbf0599e9de494a5ceea90dc64dd4;hb=5871764de7aa23d2c40cac03ad9d07088fb57e06;hp=2ab4d1b61a197b3ccee9ea849d60c990e8b2427b;hpb=efbce87192ce73ba577684369f759693dccec67c;p=libs%2Fgl.git diff --git a/source/glsl/syntax.cpp b/source/glsl/syntax.cpp index 2ab4d1b6..45765f27 100644 --- a/source/glsl/syntax.cpp +++ b/source/glsl/syntax.cpp @@ -78,8 +78,7 @@ NodeContainer::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)