]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-extender.hh
GCC-3.1.1 fixes
[lilypond.git] / lily / include / lyric-extender.hh
index 860b6072f4bdf74dc95fec4705046e0bdfb004ff..5dfd31ee58db683756978228673ed16806b15091 100644 (file)
@@ -2,7 +2,7 @@
 /*
   extender-spanner.hh -- part of GNU LilyPond
 
-  (c) 1998--2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef EXTENDER_SPANNER_HH
@@ -28,8 +28,9 @@
 class Lyric_extender
 {
 public:
+  static bool has_interface (Grob*);
   static void set_textitem (Spanner*, Direction, Grob*);
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
 };
 
 #endif // EXTENDER_SPANNER_HH