]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-iterator.hh
2003 -> 2004
[lilypond.git] / lily / include / music-iterator.hh
index db992549562344fcc5c23c479eb083763e87d20a..7d7c5eef2a459c1f7679a442fd981ee523d639f2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -58,13 +58,12 @@ protected:
   Moment start_mom_;
 
   DECLARE_SMOBS (Music_iterator,dummy);
+  Music_iterator (Music_iterator const&);
 public:
-  VIRTUAL_COPY_CONS (Music_iterator);
   
   Moment music_get_length () const;
   Moment music_start_mom () const;
   Music_iterator ();
-  Music_iterator (Music_iterator const&);
 
   /**
      Do the reporting.  Will try MUSIC_L_ in its own translator first,