]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-bar-engraver.cc
Web-es: fix a couple of Spanish links.
[lilypond.git] / lily / span-bar-engraver.cc
index fa1608b72e69309615eb79cfc2624e78b3289954..e74528535bfa0f2dd48dd8b0834e38bace2fd6b1 100644 (file)
@@ -41,7 +41,7 @@ class Span_bar_engraver : public Engraver
 public:
   TRANSLATOR_DECLARATIONS (Span_bar_engraver);
 protected:
-  DECLARE_ACKNOWLEDGER (bar_line);
+  void acknowledge_bar_line (Grob_info);
   void stop_translation_timestep ();
   void process_acknowledged ();
 };