]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
Fix compile for GCC 4.4
[lilypond.git] / lily / include / spanner.hh
index f0c82bb963dc31107129688f8440e6d88798bbb8..57dcb9271eab238fab161bb6362e97efde704a1f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   spanner.hh -- part of GNU LilyPond
 
-  (c) 1996--2007 Han-Wen Nienhuys
+  (c) 1996--2009 Han-Wen Nienhuys
 */
 
 #ifndef SPANNER_HH
@@ -36,6 +36,7 @@ class Spanner : public Grob
 public:
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
   DECLARE_SCHEME_CALLBACK (bounds_width, (SCM));
+  DECLARE_SCHEME_CALLBACK (kill_zero_spanned_time, (SCM));
 
   vector<Spanner*> broken_intos_;
 
@@ -45,7 +46,6 @@ public:
   // todo: move to somewhere else.
   Real get_broken_left_end_align () const;
   void substitute_one_mutable_property (SCM sym, SCM val);
-  bool fast_substitute_grob_array (SCM sym, Grob_array *);
 
   Interval_t<Moment> spanned_time () const;
   virtual Interval_t<int> spanned_rank_interval () const;
@@ -69,6 +69,7 @@ protected:
   void set_my_columns ();
   virtual Grob *clone () const;
   virtual void do_break_processing ();
+  bool fast_substitute_grob_array (SCM sym, Grob_array *);
 };
 
 void add_bound_item (Spanner *, Grob *);