]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-engraver.hh
release: 1.1.6
[lilypond.git] / lily / include / swallow-engraver.hh
index d2ca31a92708c8b9412ce395664d8a36c52c3dd5..38e3aa2197b578661c5a7941589d3e48f69a8a68 100644 (file)
@@ -18,9 +18,9 @@
  */
 class Swallow_engraver : public Engraver {
 protected:
-  bool do_try_request (Request*) ;
+  bool do_try_music (Music*) ;
 public:
-  TRANSLATOR_CLONE(Swallow_engraver);
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  VIRTUAL_COPY_CONS(Translator);
+  
 };
 #endif // SWALLOW_GRAV_HH