]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / tempo-performer.cc
index 683f133d6466c28ae3774448777f9e397f3fe4b4..967ae60e7067b7e6b803d85a81479690331f898c 100644 (file)
@@ -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;