]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mark-engraver.cc
release: 1.5.37
[lilypond.git] / lily / mark-engraver.cc
index b5075d84698eee8f035093fc2fbc2f20108aac8f..4130dcbfd996bced7a949465434de500777d39f7 100644 (file)
@@ -7,7 +7,7 @@
 */
 
 #include <ctype.h>
-#include "bar.hh"
+#include "bar-line.hh"
 #include "command-request.hh"
 #include "staff-symbol.hh"
 #include "engraver-group-engraver.hh"
@@ -57,7 +57,7 @@ void
 Mark_engraver::acknowledge_grob (Grob_info inf)
 {
   Grob * s = inf.grob_l_;
- if (text_p_ && Bar::has_interface (s))
+ if (text_p_ && Bar_line::has_interface (s))
     {
       /*
        Ugh. Figure out how to do this right at beginning of line, (without