]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performer.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / performer.hh
index 9d224cc460b1d9a6ac789125f6cebbc6af9b956e..658a822b03ec66f5994a80aefa70d87f1dd20111 100644 (file)
@@ -1,7 +1,7 @@
 /*
   performer.hh -- declare Performer
 
-  (c) 1996--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 /* Convert a music definition into a audio representation.
    A baseclass.  */
-class Performer : public virtual Translator
+class Performer : public Translator
 {
 public:
   VIRTUAL_COPY_CONSTRUCTOR (Translator, Performer);
-  friend class Performer_group_performer;
-  Performer_group_performer *get_daddy_performer () const;
+  friend class Performer_group;
+  Performer_group *get_daddy_performer () const;
 
 protected:
   virtual void announce_element (Audio_element_info);