]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-iterator.hh
release: 1.3.86
[lilypond.git] / lily / include / change-iterator.hh
index e4adf804e1944c75c8f1e363ae2ac5587535ffd6..4ab9d99e4a8851199fe51c9dca4a7ca32d8b15b1 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  change-iterator.hh -- declare 
+  change-iterator.hh -- declare Change_iterator
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 class Change_iterator : public Music_iterator
 {
-  Change_translator *change_l_;
-
   void  error (String);
-  
-public:
-  DECLARE_MY_RUNTIME_TYPEINFO;
-  Change_iterator (Change_translator* prop_l);
+
 protected:
-  virtual void process_and_next (Moment);
+  virtual void do_process_and_next (Moment);
+
+public:
+  /*
+    CTOR is public
+   */
 };
 
 #endif