X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramsyntax.cpp;h=6dea029f2fe024d1fed301a20cf93bd2fc80f430;hb=39488946c441f4007396e438f522609a8b2943ce;hp=edd38eaa84285c5924699d9671bc8fb3178a287b;hpb=8468279a03d906f79fb6158162c7970d4d7fff60;p=libs%2Fgl.git diff --git a/source/programsyntax.cpp b/source/programsyntax.cpp index edd38eaa..6dea029f 100644 --- a/source/programsyntax.cpp +++ b/source/programsyntax.cpp @@ -15,6 +15,12 @@ NodeContainer::NodeContainer(const NodeContainer &c): } +Statement::Statement(): + source(0), + line(1) +{ } + + Block::Block(): use_braces(false) { }