X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftempo-performer.cc;h=967ae60e7067b7e6b803d85a81479690331f898c;hb=77267b700c377fd170abcbf4863728937038eb5e;hp=683f133d6466c28ae3774448777f9e397f3fe4b4;hpb=dbaf1e56e37be0e204231c5bf1adcb14bd8ac3b8;p=lilypond.git diff --git a/lily/tempo-performer.cc b/lily/tempo-performer.cc index 683f133d64..967ae60e70 100644 --- a/lily/tempo-performer.cc +++ b/lily/tempo-performer.cc @@ -47,7 +47,8 @@ Tempo_performer::derived_mark () const scm_gc_mark (last_tempo_); } -Tempo_performer::Tempo_performer () +Tempo_performer::Tempo_performer (Context *c) + : Performer (c) { last_tempo_ = SCM_EOL; audio_ = 0;