]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/auto-change-iterator.hh
patch::: 1.3.86.jcn1
[lilypond.git] / lily / include / auto-change-iterator.hh
index ff55700bc10bf1f4530687c2541649c19ce70a38..aa03806c27f5321325bb7b123865e41f96e66a18 100644 (file)
 #include "music-wrapper-iterator.hh"
 #include "direction.hh"
 
-class Auto_change_iterator  : public Music_wrapper_iterator
+class Auto_change_iterator : public Music_wrapper_iterator
 {
-  Direction where_dir_;
+public:
+  VIRTUAL_COPY_CONS (Music_iterator);
+  Auto_change_iterator ();
 
-  void change_to (Music_iterator* , String, String);
 protected:
   virtual void do_process_and_next (Moment);  
-public:
-  Auto_change_iterator ();
+
+private:
+  Direction where_dir_;
+  void change_to (Music_iterator* , String, String);
 };
 
 #endif /* AUTO_CHANGE_ITERATOR_HH */