X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fperformer.hh;h=a19334b9bf15bb3ccdab7ee4b6298d42345ec316;hb=8e2eaf4959bec63a1128a444591a540f4f1e2937;hp=70354fdbf2d845f9fe2a571339170b2c0681b43b;hpb=e035fded640056dcdf0b202a0156997c2295865e;p=lilypond.git diff --git a/lily/include/performer.hh b/lily/include/performer.hh index 70354fdbf2..a19334b9bf 100644 --- a/lily/include/performer.hh +++ b/lily/include/performer.hh @@ -33,6 +33,9 @@ public: DECLARE_CLASSNAME (Performer); friend class Performer_group; Performer_group *get_daddy_performer () const; + Performer (Context *c) + : Translator (c) + { } protected: virtual void announce_element (Audio_element_info);