]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver-group.hh
Issue 4357/3: Run preparatory script replacing listener macros
[lilypond.git] / lily / include / engraver-group.hh
index bbb759b1ace6acbe03220b82087f934a619f0803..ec7c8f330dc708ef0a23a6bd128016b6aefafd33 100644 (file)
@@ -28,8 +28,8 @@ class Engraver_group : public Translator_group
 protected:
   vector<Grob_info> announce_infos_;
   Drul_array<SCM> acknowledge_hash_table_drul_;
-  DECLARE_LISTENER (override);
-  DECLARE_LISTENER (revert);
+  void override (SCM);
+  void revert (SCM);
 public:
   DECLARE_CLASSNAME (Engraver_group);
   Engraver_group ();