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

Unified Diff: lily/staff-performer.cc

Issue 294650043: Move translator initializations to X::boot () (Closed)
Patch Set: Created 7 years, 10 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/staff-collecting-engraver.cc ('k') | lily/staff-symbol-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/staff-performer.cc
diff --git a/lily/staff-performer.cc b/lily/staff-performer.cc
index 26781f0dcd5b53529d6f1ba986b011cdfc73a09a..3a05cbd0e25213673aa5577c55c7eb7d3fe5feaf 100644
--- a/lily/staff-performer.cc
+++ b/lily/staff-performer.cc
@@ -79,6 +79,12 @@ map<string, int> Staff_performer::static_channel_map_;
int Staff_performer::channel_count_ = 0;
int Staff_performer::staff_performer_count_ = 0;
+void
+Staff_performer::boot ()
+{
+
+}
+
ADD_TRANSLATOR (Staff_performer,
/* doc */
"",
« no previous file with comments | « lily/staff-collecting-engraver.cc ('k') | lily/staff-symbol-engraver.cc » ('j') | no next file with comments »

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