From: fred Date: Sun, 24 Mar 2002 19:36:06 +0000 (+0000) Subject: lilypond-0.0.44 X-Git-Tag: release/1.5.59~5143 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e84a3a5510e897158bb08f3d88d80bbe44f7bab2;p=lilypond.git lilypond-0.0.44 --- 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_ ); }