]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-property-music-iterator.cc
* lily/slur-performer.cc (Slur_performer): add inits
[lilypond.git] / lily / output-property-music-iterator.cc
index 5931c8806bec4b77f9259241df83686849ba158e..af85ee2d00e5afc2100ce2b4966e9a8fc97a14b1 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2004 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #include "input.hh"
@@ -13,7 +13,7 @@
 class Output_property_music_iterator : public Simple_music_iterator
 {
 public:  
-  DECLARE_SCHEME_CALLBACK(constructor, ());
+  DECLARE_SCHEME_CALLBACK (constructor, ());
 protected:
   virtual void process (Moment);
 };