X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fballoon-engraver.cc;h=980aa9223154ff967c4c7157349c25204b36577a;hb=66944d2d921889a3c45ef0db23171a9f48a46825;hp=b5c96bcce111d674bfac94b7fffe150ee6d5c4e7;hpb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;p=lilypond.git diff --git a/lily/balloon-engraver.cc b/lily/balloon-engraver.cc index b5c96bcce1..980aa92231 100644 --- a/lily/balloon-engraver.cc +++ b/lily/balloon-engraver.cc @@ -71,7 +71,7 @@ Balloon_engraver::acknowledge_grob (Grob_info info) SCM arts = cause ? cause->get_property ("articulations") : SCM_EOL; for (SCM s = arts; scm_is_pair (s); s = scm_cdr (s)) { - Stream_event *e = Stream_event::unsmob (scm_car (s)); + Stream_event *e = unsmob (scm_car (s)); if (e->in_event_class ("annotate-output-event")) { balloonify (info.grob (), e);