]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-scaled-music.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / time-scaled-music.hh
index d184f395d1381ad38e1109c637bb530c26f18c02..925c2032bc2494ac6b85923dc50617cb558053e3 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -18,8 +18,9 @@ class Time_scaled_music : public Music_wrapper
 {
 public:
   Time_scaled_music (SCM);
+  Time_scaled_music ();
   
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 #endif /* Time_scaled_music_HH */