]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-perf.hh
''
[lilypond.git] / lily / include / swallow-perf.hh
index 38b84befe3be98aa7c9b6b7b2eb97d76629a9257..b5c4d65f9a01ac381532cc45b3ac6247feffd02c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 class Swallow_performer : public Performer
 {
 public:
-  VIRTUAL_COPY_CONS(Translator);
+  VIRTUAL_COPY_CONS (Translator);
   
 protected:
-  virtual bool do_try_music (Music*) { return true; }
+  virtual bool try_music (Music*) { return true; }
 };
 
 #endif // SWALLOW_PERF_HH