X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;h=d7eec3da4bf680cbf4125d0cb747feccd54af38d;hp=c8058c4fe9a228b102cbe4792daa83dc3f921f70;hb=50ab5ca;hpb=e97feb2fdd27af970412eea6a03cc7270032a80b diff --git a/source/glsl/syntax.cpp b/source/glsl/syntax.cpp index c8058c4f..d7eec3da 100644 --- a/source/glsl/syntax.cpp +++ b/source/glsl/syntax.cpp @@ -94,7 +94,9 @@ void Block::visit(NodeVisitor &visitor) Expression::Expression(): - oper(0) + oper(0), + type(0), + lvalue(false) { }