X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fproperty-iterator.hh;h=3dc7898c2bf1e2dd5ba579b0fc4734367850a686;hb=615a9212789c2cb2994748c023d0e19f3a83a0fd;hp=ac0703dc293e4c95ac14b816f8b9391920ec9fd9;hpb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;p=lilypond.git diff --git a/lily/include/property-iterator.hh b/lily/include/property-iterator.hh index ac0703dc29..3dc7898c2b 100644 --- a/lily/include/property-iterator.hh +++ b/lily/include/property-iterator.hh @@ -14,13 +14,12 @@ 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