]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-perf.hh
partial: 0.1.61.jcn
[lilypond.git] / lily / include / swallow-perf.hh
index eec24e9643a3de35d7263d76f3d20cf90261e5a4..9f8f5514621fcda4d8e241fe4a92a925e07364e7 100644 (file)
 
 class Swallow_performer : public Performer {
 public:
-    NAME_MEMBERS();
+  TRANSLATOR_CLONE(Swallow_performer);
+  DECLARE_MY_RUNTIME_TYPEINFO;
 protected:
-    virtual bool do_try_request (Request* ) { return true; }
+  virtual bool do_try_request (Request*) { return true; }
 };
 
 #endif // SWALLOW_PERF_HH