From e84a3a5510e897158bb08f3d88d80bbe44f7bab2 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:36:06 +0000 Subject: [PATCH] lilypond-0.0.44 --- lily/lyric-item.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lily/lyric-item.cc b/lily/lyric-item.cc index 6e3fdf02b8..1a54f12bca 100644 --- a/lily/lyric-item.cc +++ b/lily/lyric-item.cc @@ -8,7 +8,6 @@ #include "source-file.hh" #include "source.hh" #include "debug.hh" -#include "main.hh" Lyric_item::Lyric_item(Lyric_req* lreq_l, int voice_count_i) : Text_item(lreq_l,0) @@ -23,5 +22,5 @@ Lyric_item::do_pre_processing() // test context-error if ( tdef_l()->text_str_.index_i( "Gates" ) >=0)// :-) - warning( "foul word", tdef_l()->defined_ch_c_l_ ); + warning( "foul word", tdef_l()->defined_ch_C_ ); } -- 2.39.5