Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1687)

Unified Diff: lily/score-performer.cc

Issue 553980044: Further cleanup/regularisation of Callback_wrapper classes and trampolines (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/score-engraver.cc ('k') | lily/translator-group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/score-performer.cc
diff --git a/lily/score-performer.cc b/lily/score-performer.cc
index 46c5590155a3c0928f430243c416bf83bfd01adf..40c74cfdaa95136eb1525ae2dc382b2ef3755480 100644
--- a/lily/score-performer.cc
+++ b/lily/score-performer.cc
@@ -120,8 +120,8 @@ Score_performer::finish (SCM)
performance_->ports_ = use_ports;
recurse_over_translators
(context (),
- MFP0_WRAP (&Translator::finalize),
- MFP0_WRAP (&Translator_group::finalize),
+ MFP_WRAP (&Translator::finalize),
+ MFP_WRAP (&Translator_group::finalize),
UP);
}
« no previous file with comments | « lily/score-engraver.cc ('k') | lily/translator-group.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b