]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performer.hh
Issue 1375/1: Let Translator constructor take a Context argument
[lilypond.git] / lily / include / performer.hh
index 70354fdbf2d845f9fe2a571339170b2c0681b43b..a19334b9bf15bb3ccdab7ee4b6298d42345ec316 100644 (file)
@@ -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);