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

Unified Diff: lily/slur-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/slash-repeat-engraver.cc ('k') | lily/slur-performer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/slur-engraver.cc
diff --git a/lily/slur-engraver.cc b/lily/slur-engraver.cc
index aa09f4db1f865def9bc652812232f779475c558e..1e7b6b3e1efccbf020e780a5a2b27da514b02a01 100644
--- a/lily/slur-engraver.cc
+++ b/lily/slur-engraver.cc
@@ -36,8 +36,8 @@ class Slur_engraver : public Slur_proto_engraver
virtual void set_melisma (bool);
protected:
- DECLARE_TRANSLATOR_LISTENER (slur);
- DECLARE_TRANSLATOR_LISTENER (note);
+ void listen_slur (Stream_event *);
+ void listen_note (Stream_event *);
public:
SCM event_symbol ();
« no previous file with comments | « lily/slash-repeat-engraver.cc ('k') | lily/slur-performer.cc » ('j') | no next file with comments »

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