X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-performer.cc;h=1f95023eb6ab0962146dd13b54ce07f08b665717;hb=6d1c5d25389afa6dbbfb4722df3732e764cbbf2e;hp=e93b3e6b0c6047fea2c2de8d33705b9a3098e0c4;hpb=28720b35daafc5e1b39fe041cb7fde8d19eae95a;p=lilypond.git diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index e93b3e6b0c..1f95023eb6 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -56,7 +56,8 @@ public: TRANSLATOR_DECLARATIONS (Tie_performer); }; -Tie_performer::Tie_performer () +Tie_performer::Tie_performer (Context *c) + : Performer (c) { event_ = 0; }