]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper-iterator.hh
release: 1.1.53
[lilypond.git] / lily / include / music-wrapper-iterator.hh
index 50d9bbea272f278e31bfa7c3395a6a629f0680bb..f691270056e24374d377c4cec4cae9f47f2e89c6 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -29,11 +29,8 @@ public:
   virtual bool ok () const;
 
 protected:
-  Music_wrapper *music_wrapper_l () const;
   virtual void do_print () const;
   virtual void do_process_and_next (Moment) ;
-
-private:
   Music_iterator *child_iter_p_;
 };