X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=8567555a5d342ef6dfadeab58627fa2ccc0e2ef8;hp=d3797ac415ecb73c222220c1596a82c7fb2b9fed;hb=ba55832910f04b90695da360b5889fa85e83c1e1;hpb=afb4e0ab972776eb17e97ca8f3be02c64e77cf46 diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index d3797ac4..8567555a 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -525,7 +525,7 @@ struct Stage }; Type type; - Stage *previous; + Stage *previous = 0; Block content; std::map types; std::map interface_blocks;