X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fparse-scm.hh;h=ad086061f867e86f61ea1779be5c72d63d294974;hb=4a401ca1c60f428daa242dbdd102fdb3f327ebfb;hp=0322502e16fbcc4acd1ac88f6066794ca246c3d8;hpb=1c72394c0ae30ba289f869059ec2532eac8d4015;p=lilypond.git diff --git a/lily/include/parse-scm.hh b/lily/include/parse-scm.hh index 0322502e16..ad086061f8 100644 --- a/lily/include/parse-scm.hh +++ b/lily/include/parse-scm.hh @@ -34,12 +34,13 @@ struct Parse_start bool safe_; Lily_parser *parser_; - Parse_start() { + Parse_start () + { str = 0; nchars = 0; safe_ = false; parser_ = 0; - } + } }; SCM catch_protected_parse_body (void *);