X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;h=55dc94a77ff3552dbc449ade8da8659e3c1b9880;hp=7f2efdce93ebb30557be4b713d49125bca646da0;hb=9ec831710f64a62ad5f2e896a55ae82a3519f29e;hpb=3f899b1fc2e04f4fe74c99ad3e8ebb900c257214 diff --git a/source/glsl/syntax.cpp b/source/glsl/syntax.cpp index 7f2efdce..55dc94a7 100644 --- a/source/glsl/syntax.cpp +++ b/source/glsl/syntax.cpp @@ -67,7 +67,7 @@ NodeContainer::NodeContainer(const NodeContainer &c): Statement::Statement(): - source(0), + source(GENERATED_SOURCE), line(1) { }