]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer.cc
* lily/ various: Introduce stream events of types Prepare,
[lilypond.git] / lily / performer.cc
index f5e9e7f6020bd557bc9bfadca646b149603ce46f..af896f23dd9ee60938e1337d9bac9b1cb5dc082e 100644 (file)
@@ -3,12 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "context.hh"
-#include "performer-group-performer.hh"
+#include "performer-group.hh"
 #include "warn.hh"
 
 void
@@ -23,11 +23,11 @@ Performer::get_tempo () const
   return get_daddy_performer ()->get_tempo ();
 }
 
-Performer_group_performer *
+Performer_group *
 Performer::get_daddy_performer () const
 {
   return
-    dynamic_cast<Performer_group_performer *> (get_daddy_translator ());
+    dynamic_cast<Performer_group *> (get_daddy_translator ());
 }
 
 void