summaryrefslogtreecommitdiff
path: root/lily/bar-engraver.cc
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2016-06-05 18:52:47 +0200
committerDavid Kastrup <dak@gnu.org>2016-06-06 10:42:25 +0200
commit0dcde4fc13c8091439fb8e2d77ea755357a0e7ed (patch)
tree5cb65e3d54d671bd1f172f8f00edfeeaa41556f3 /lily/bar-engraver.cc
parent014fe25e13112b1e215e2fec5d1a466f6a8ac255 (diff)
Issue 4884: Remove DECLARE_* translator callback macros
Recent changes have rendered them trivial. This does not review their accessibility status: in general, they should be protected since they can be reused by derived classes but aren't needed externally. However, where they are indeed called from static member functions of derived classes, the associated trampoline instantiation appears to require public access. This might warrant some more investigation.
Diffstat (limited to 'lily/bar-engraver.cc')
-rw-r--r--lily/bar-engraver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/bar-engraver.cc b/lily/bar-engraver.cc
index 97972d046c..8feb63dd13 100644
--- a/lily/bar-engraver.cc
+++ b/lily/bar-engraver.cc
@@ -38,7 +38,7 @@ protected:
void stop_translation_timestep ();
void process_acknowledged ();
- DECLARE_END_ACKNOWLEDGER (spanner);
+ void acknowledge_end_spanner (Grob_info);
private:
void create_bar ();