X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Finterpretation-context-handle.hh;h=93786a520340b5129d525c51eeeaed23148d7cf0;hb=fd8ed70c80d71a3bc6e0e62cc86a3659e23eb0a2;hp=4d630936c03cb83574fd365cff593bf81da24688;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/include/interpretation-context-handle.hh b/lily/include/interpretation-context-handle.hh index 4d630936c0..93786a5203 100644 --- a/lily/include/interpretation-context-handle.hh +++ b/lily/include/interpretation-context-handle.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2001 Han-Wen Nienhuys + (c) 1999--2002 Han-Wen Nienhuys */ @@ -19,12 +19,13 @@ public: Interpretation_context_handle* clone () const; void set_translator (Translator_group*); bool try_music (Music *); - void operator =(Interpretation_context_handle const&); + void operator = (Interpretation_context_handle const&); Interpretation_context_handle (Interpretation_context_handle const&); - Translator_group * report_to_l () const; + Translator_group * report_to () const; + void quit (); private: - Translator_group * report_to_l_; + Translator_group * report_to_; void down (); void up (Translator_group*); };