X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator-dispatch-list.hh;h=afb9ce45a2fada6faec8dcf5aa56ade2f203e42b;hb=e8fc7813b17822c138150807484197ef8d4e7c21;hp=08b309a0a5f74005140e5bbae11c8059e4c3b922;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/lily/include/translator-dispatch-list.hh b/lily/include/translator-dispatch-list.hh index 08b309a0a5..afb9ce45a2 100644 --- a/lily/include/translator-dispatch-list.hh +++ b/lily/include/translator-dispatch-list.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2010 Han-Wen Nienhuys + Copyright (C) 2005--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 @@ -36,7 +36,7 @@ class Engraver_dispatch_list public: void apply (Grob_info); SCM static create (SCM trans_list, - SCM iface_list, Direction); + SCM iface_list, Direction); DECLARE_SIMPLE_SMOBS (Engraver_dispatch_list); };