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

Unified Diff: lily/clef-engraver.cc

Issue 301890043: Remove DECLARE_* translator callback macros (Closed)
Patch Set: Created 7 years, 9 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/chord-tremolo-engraver.cc ('k') | lily/cluster-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/clef-engraver.cc
diff --git a/lily/clef-engraver.cc b/lily/clef-engraver.cc
index 75adb6e3ee125f668b51af7b05eea145b584645e..00b3c3e55a736ef930d8d048afe30c2d74869df3 100644
--- a/lily/clef-engraver.cc
+++ b/lily/clef-engraver.cc
@@ -39,7 +39,7 @@ public:
protected:
void stop_translation_timestep ();
void process_music ();
- DECLARE_ACKNOWLEDGER (bar_line);
+ void acknowledge_bar_line (Grob_info);
virtual void derived_mark () const;
private:
« no previous file with comments | « lily/chord-tremolo-engraver.cc ('k') | lily/cluster-engraver.cc » ('j') | no next file with comments »

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