]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-perf.hh
patch::: 1.3.49.hwn1: deze dus
[lilypond.git] / lily / include / swallow-perf.hh
index 9f8f5514621fcda4d8e241fe4a92a925e07364e7..a3c123382df24bef0e336a1b740bda1689650dfe 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2000 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 do_try_music (Music*) { return true; }
 };
 
 #endif // SWALLOW_PERF_HH