X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscheme-engraver.cc;h=cde829a60788bec5b140942dad26a6fd75168184;hb=ee12a32549ed3802251669b9ad511141fda7b9a0;hp=e59903086ac750fa225e4af7c88ed412a0de5a1d;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/scheme-engraver.cc b/lily/scheme-engraver.cc index e59903086a..cde829a607 100644 --- a/lily/scheme-engraver.cc +++ b/lily/scheme-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - Copyright (c) 2009--2011 Han-Wen Nienhuys + Copyright (c) 2009--2012 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 @@ -186,7 +186,8 @@ void mark_listen_closure (void *target) scm_gc_mark ((SCM)target); } -Listener_function_table listen_closure = +Listener_function_table listen_closure += { call_listen_closure, mark_listen_closure };