]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/folded-repeat-iterator.hh
release: 1.5.29
[lilypond.git] / lily / include / folded-repeat-iterator.hh
index 2dba3733c75b46e9547a865465064d85d7eed3ef..5c88ca7dffefab677f23f53cb1b528ee05711951 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -21,7 +21,8 @@ class Folded_repeat_iterator : public Music_iterator
 public:
   VIRTUAL_COPY_CONS (Music_iterator);
   static SCM constructor_cxx_function;
-  
+
+  Folded_repeat_iterator (Folded_repeat_iterator const &src);
   Folded_repeat_iterator ();
   ~Folded_repeat_iterator ();
   
@@ -39,7 +40,7 @@ protected:
 private:
   Music_iterator * main_iter_p_;
   Music_iterator * alternative_iter_p_;
-  int count_;
+
   Moment main_length_mom_;
 };
 #endif /* FOLDED_REPEAT_ITERATOR_HH */