]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-performer.cc
Release: bump Welcome versions.
[lilypond.git] / lily / slur-performer.cc
index 47fed784fe6c64335b1b926f033a372599405cbf..6c8a433226bcf4691884ec5b976fde7365fb9218 100644 (file)
@@ -47,7 +47,8 @@ private:
   bool slur_;
 };
 
-Slur_performer::Slur_performer ()
+Slur_performer::Slur_performer (Context *c)
+  : Performer (c)
 {
   slur_ = false;
   start_ev_ = 0;