]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relative-music.hh
release: 1.1.29
[lilypond.git] / lily / include / relative-music.hh
index dd1639858aa2811e8f0d4755c61ecd4c62f763fb..2d7cff937bb2d318458f0e91361c492386e18de7 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.ruu.nl>
+  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -19,8 +19,8 @@ public:
 
   void do_print () const;
   Relative_octave_music (Music*, Musical_pitch);
-  DECLARE_MY_RUNTIME_TYPEINFO;
-  VIRTUAL_COPY_CONS (Relative_octave_music, Music);
+  
+  VIRTUAL_COPY_CONS(Music);
   virtual Musical_pitch to_relative_octave (Musical_pitch);
 };