]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-item.cc
release: 0.0.40
[lilypond.git] / lily / lyric-item.cc
index c0adac7b63d8e7a968f6376f77f9284ca614bae0..cb8c7547e43d9180264935af3892a95c3714a47f 100644 (file)
@@ -22,6 +22,6 @@ 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_ );
+    if ( tdef_l()->text_str_.index_i( "Gates" ) >=0)// :-)
+       warning( "foul word", tdef_l()->defined_ch_c_l_ );
 }