X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;h=8b00e82e46eae73f397c599f6a9e3ea0008b4e3a;hb=241cf36a6d7735706804bb3c517529bbe078f1ee;hp=dff52639b0e2c835d43a4f622f4d4b590d8b13cf;hpb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;p=libs%2Fgl.git diff --git a/source/glsl/syntax.cpp b/source/glsl/syntax.cpp index dff52639..8b00e82e 100644 --- a/source/glsl/syntax.cpp +++ b/source/glsl/syntax.cpp @@ -366,8 +366,7 @@ void Jump::visit(NodeVisitor &visitor) Stage::Stage(Stage::Type t): - type(t), - previous(0) + type(t) { } const char *Stage::get_stage_name(Type type)