]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relative-music.hh
release: 1.5.29
[lilypond.git] / lily / include / relative-music.hh
index 5a07fbc8a1946932d307e73261667241d0f99b0b..e8576b1bef1e011572f67cc27d341413260dce35 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--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -16,8 +16,9 @@ class Relative_octave_music : public Music_wrapper
 {
 public:
   Relative_octave_music (SCM l);
+  Relative_octave_music ();
   
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
   virtual Pitch to_relative_octave (Pitch);
 };