X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator.icc;h=eca9a787882c5bd3a141dfa09323f59d3489fc75;hb=5e59ddc20f08184abb9f65789338043824046e2b;hp=53697b38e63d4eb0040738c11f8137b27963449b;hpb=99b6f3aa3558b01c9d4158b19a1f1794c534f89c;p=lilypond.git diff --git a/lily/include/translator.icc b/lily/include/translator.icc index 53697b38e6..eca9a78788 100644 --- a/lily/include/translator.icc +++ b/lily/include/translator.icc @@ -153,7 +153,7 @@ IMPLEMENT_LISTENER (cl, _listen_scm_ ## m) \ void \ cl::_listen_scm_ ## m (SCM sev) \ { \ - Stream_event *ev = unsmob_stream_event (sev); \ + Stream_event *ev = Stream_event::unsmob (sev); \ protect_event (sev); \ listen_ ## m (ev); \ }