]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/property-iterator.hh
release: 1.0.15
[lilypond.git] / lily / include / property-iterator.hh
index f0dfbb5fb9bd9b02a6b638b21e1ed1d74557c650..ea429a36a4aba307108019ce746ebab0d9df14a3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 class Property_iterator : public Music_iterator
 {
-  Translation_property *property_l_;
+  Translation_property *property_l() const;
   
 public:
   DECLARE_MY_RUNTIME_TYPEINFO;
-  Property_iterator (Translation_property* prop_l);
 protected:
-  virtual void process_and_next (Moment);
+  virtual void do_process_and_next (Moment);
 };
 
 #endif // PROPERTY_ITERATOR_HH