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