X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpure-from-neighbor-interface.hh;h=f125d217e4dbf1e13afa46fb832f4c4f29855123;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;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..f125d217e4 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--2015 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,8 +26,7 @@ class Pure_from_neighbor_interface { public: - DECLARE_SCHEME_CALLBACK (filter_elements, (SCM)); - DECLARE_GROB_INTERFACE (); + DECLARE_SCHEME_CALLBACK (calc_pure_relevant_grobs, (SCM)); };