]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-extender.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / lyric-extender.hh
index 361afa81f34723bc3d95688f06a0d33036c66d8c..88135421e4de30f32aa6dd8f5702ca5d38d5c1dd 100644 (file)
@@ -2,13 +2,14 @@
 /*
   extender-spanner.hh -- part of GNU LilyPond
 
-  (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1998--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef EXTENDER_SPANNER_HH
 #define EXTENDER_SPANNER_HH
 
-#include "spanner.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 /*
   Extenders must be entered manually for now.
@@ -26,7 +27,7 @@
 class Lyric_extender
 {
 public:
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE ();
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 };