X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fchord-name.cc;h=8111c7711756e75fde147d0f14d6404d66a134d5;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=2fcff940bbd81e2d607ca8fea39c69f8b83edf25;hpb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;p=lilypond.git diff --git a/lily/chord-name.cc b/lily/chord-name.cc index 2fcff940bb..8111c77117 100644 --- a/lily/chord-name.cc +++ b/lily/chord-name.cc @@ -30,7 +30,7 @@ MAKE_SCHEME_CALLBACK (Chord_name, after_line_breaking, 1); SCM Chord_name::after_line_breaking (SCM smob) { - Item *me = Item::unsmob (smob); + Item *me = unsmob (smob); assert (me); SCM s = me->get_property ("begin-of-line-visible");