]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4899/4: Listeners should not be virtual
authorDavid Kastrup <dak@gnu.org>
Sat, 18 Jun 2016 08:13:10 +0000 (10:13 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 23 Jun 2016 08:12:24 +0000 (10:12 +0200)
commit220f62ed61861265a5b734052806de2d1c656335
tree0ffe43747ee0ebd32920128a8e2bc0c13fbd9025
parentffc7faa048d5c54c1c38024b80212f5f789a4361
Issue 4899/4: Listeners should not be virtual

Gregorian_ligature_engraver::listen_pes_or_flexa and
Ligature_engraver::listen_pes_or_flexa were accidentally
declared virtual, but their registration already caters
for what amounts to virtual overrides in effect.
lily/include/gregorian-ligature-engraver.hh
lily/include/ligature-engraver.hh