X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmusic-wrapper-iterator.hh;h=47cd6763c3ab99a151e9609a776ab77ce9949dc1;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=8cfd9be7a9084b16f78390be04c0aa0a756c1137;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/include/music-wrapper-iterator.hh b/lily/include/music-wrapper-iterator.hh index 8cfd9be7a9..47cd6763c3 100644 --- a/lily/include/music-wrapper-iterator.hh +++ b/lily/include/music-wrapper-iterator.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2011 Han-Wen Nienhuys + Copyright (C) 1998--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,6 +34,8 @@ public: Music_wrapper_iterator (); DECLARE_CLASSNAME (Music_wrapper_iterator); + virtual Context *get_outlet () const; + virtual void set_context (Context *trans); virtual void derived_substitute (Context *f, Context *t); virtual void derived_mark () const; virtual void construct_children ();