X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator.icc;h=0362b5b6c5971e5a04458464507a70ec9168821f;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=4ce8f6902e2fb5a451852389ba6869e00d6d9843;hpb=2a4086ccaf4f434d5819b8722f941418d5c65528;p=lilypond.git diff --git a/lily/include/translator.icc b/lily/include/translator.icc index 4ce8f6902e..0362b5b6c5 100644 --- a/lily/include/translator.icc +++ b/lily/include/translator.icc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2012 Han-Wen Nienhuys + Copyright (C) 2005--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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); \ }