X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpure-from-neighbor-interface.hh;h=85dffe8ecd61aa4b1762facc44342ee3805a2a68;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=eb461393677a6e84d2448b480926acfdacbcbdb7;hpb=4f49b000d6e257724e311b406e2346b8388c1f0e;p=lilypond.git diff --git a/lily/include/pure-from-neighbor-interface.hh b/lily/include/pure-from-neighbor-interface.hh index eb46139367..85dffe8ecd 100644 --- a/lily/include/pure-from-neighbor-interface.hh +++ b/lily/include/pure-from-neighbor-interface.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2011 Mike Solomon + Copyright (C) 2011--2014 Mike Solomon LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ class Pure_from_neighbor_interface { public: - DECLARE_SCHEME_CALLBACK (filter_elements, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_pure_relevant_grobs, (SCM)); DECLARE_GROB_INTERFACE (); };