X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;h=8b00e82e46eae73f397c599f6a9e3ea0008b4e3a;hb=95312044b7b474af5671eb67f9df8debf96bf54c;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)