X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpure-from-neighbor-interface.hh;h=015ea1948b7952d3a95fd672a1d073ffbff5091a;hb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;hp=eb461393677a6e84d2448b480926acfdacbcbdb7;hpb=dc71d81b8b6846a01985d3c9eec422607bd076c8;p=lilypond.git diff --git a/lily/include/pure-from-neighbor-interface.hh b/lily/include/pure-from-neighbor-interface.hh index eb46139367..015ea1948b 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--2012 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 (); };