]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-performer.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / tie-performer.cc
index e93b3e6b0c6047fea2c2de8d33705b9a3098e0c4..1f95023eb6ab0962146dd13b54ce07f08b665717 100644 (file)
@@ -56,7 +56,8 @@ public:
   TRANSLATOR_DECLARATIONS (Tie_performer);
 };
 
-Tie_performer::Tie_performer ()
+Tie_performer::Tie_performer (Context *c)
+  : Performer (c)
 {
   event_ = 0;
 }