]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4997/2: Use Preinit class in Scheme_engraver
authorDavid Kastrup <dak@gnu.org>
Sat, 4 Jun 2016 12:11:31 +0000 (14:11 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 18 Nov 2016 20:49:58 +0000 (21:49 +0100)
commit6f5133448f7f6daf27191f12b411c70942751b50
treedeae87b2a47bd62883437edbc5336c2fca1294f3
parent0943e805fa82ebeb1d1ed32e675070467e340c39
Issue 4997/2: Use Preinit class in Scheme_engraver

This avoids calls of derived_mark on uninitialized data.  Fold
Scheme_engraver::init_from_scheme (SCM) into converting constructor
since it has become identical to it.
lily/include/scheme-engraver.hh
lily/scheme-engraver.cc