]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-item.cc
* aclocal.m4: Regenerate.
[lilypond.git] / lily / text-item.cc
index 7ed5d1ed8d665534ebfe338110cf189779100f4c..fc2671925f890ef809069e8aa090aef8340a91cd 100644 (file)
@@ -89,7 +89,7 @@ Text_item::lookup_character (Grob *, Font_metric*fm, SCM char_name)
 
 
 Molecule
-Text_item::lookup_text (Grob *me, Font_metric*fm, SCM text)
+Text_item::lookup_text (Grob *, Font_metric*fm, SCM text)
 {
   SCM list = scm_list_n (ly_symbol2scm ("text"), text, SCM_UNDEFINED);
   list = fontify_atom (fm, list);