]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-perf.hh
2003 -> 2004
[lilypond.git] / lily / include / swallow-perf.hh
index 62e14d45f04fc22ed5b119401dda0fd27fe93f61..74dde922e42d58256a808c004552d740dbb34413 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 #include "performer.hh"
 
-class Swallow_performer : public Performer {
+class Swallow_performer : public Performer
+{
 public:
-  TRANSLATOR_CLONE(Swallow_performer);
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  VIRTUAL_COPY_CONS (Translator);
+  
 protected:
-  virtual bool do_try_request (Request*) { return true; }
+  virtual bool try_music (Music*) { return true; }
 };
 
 #endif // SWALLOW_PERF_HH