]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pure-from-neighbor-interface.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / pure-from-neighbor-interface.hh
index eb461393677a6e84d2448b480926acfdacbcbdb7..ec53a97f473ff2e1044f90ccd5653e3f79434287 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2011 Mike Solomon <mike@apollinemike.com>
+  Copyright (C) 2011--2015 Mike Solomon <mike@mikesolomon.org>
 
   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 ();
 
 };