]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ligature-engraver.cc
Release: bump Welcome versions.
[lilypond.git] / lily / ligature-engraver.cc
index f3bac03c76955f62a913224224d3966aacc2016c..08d3b419962ab833b4ead2389083662d0a87f0a0 100644 (file)
@@ -82,7 +82,8 @@
  * would require to have a single, complicated Ligature_engraver that
  * consists of all the code...  This needs further thoughts.
  */
-Ligature_engraver::Ligature_engraver ()
+Ligature_engraver::Ligature_engraver (Context *c)
+  : Engraver (c)
 {
   ligature_ = 0;
   finished_ligature_ = 0;