]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pure-from-neighbor-interface.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / pure-from-neighbor-interface.hh
index eb461393677a6e84d2448b480926acfdacbcbdb7..85dffe8ecd61aa4b1762facc44342ee3805a2a68 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--2014 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 ();
 
 };