X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramcompiler.cpp;h=4c08a0c1e1e34bf84c4e99e0d9f6f33090d6d103;hb=df20a7e137542a4156cc5ffa8118d59de6b68547;hp=f30ccfa6233ad6b6dc8115488210c7f1dbd4c7a5;hpb=53dac3ba3cb3a1e4ed23d5fa459187acde7a4904;p=libs%2Fgl.git diff --git a/source/programcompiler.cpp b/source/programcompiler.cpp index f30ccfa6..4c08a0c1 100644 --- a/source/programcompiler.cpp +++ b/source/programcompiler.cpp @@ -352,6 +352,7 @@ void ProgramCompiler::BlockModifier::visit(Block &block) ProgramCompiler::Formatter::Formatter(): + source_index(0), source_line(1), indent(0), parameter_list(false)