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

Unified Diff: lily/hyphen-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/horizontal-bracket-engraver.cc ('k') | lily/include/ligature-engraver.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/hyphen-engraver.cc
diff --git a/lily/hyphen-engraver.cc b/lily/hyphen-engraver.cc
index ef1013b979fceff07726659f8c1587aa543b6718..19ff388963d2273934eb9a5356b1da005557aefe 100644
--- a/lily/hyphen-engraver.cc
+++ b/lily/hyphen-engraver.cc
@@ -42,8 +42,8 @@ public:
protected:
- DECLARE_ACKNOWLEDGER (lyric_syllable);
- DECLARE_TRANSLATOR_LISTENER (hyphen);
+ void acknowledge_lyric_syllable (Grob_info);
+ void listen_hyphen (Stream_event *);
virtual void finalize ();
« no previous file with comments | « lily/horizontal-bracket-engraver.cc ('k') | lily/include/ligature-engraver.hh » ('j') | no next file with comments »

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