]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scheme-listener.hh
Issue 4357/3: Run preparatory script replacing listener macros
[lilypond.git] / lily / include / scheme-listener.hh
index f7d8eac8b5c579eb1e10179f04205e133d8de2c4..fecc95d5085a638bed262c3d58ef2cc1f7d790cf 100644 (file)
@@ -33,7 +33,7 @@ public:
   SCM mark_smob ();
   virtual ~Scheme_listener ();
   Scheme_listener (SCM callback);
-  DECLARE_LISTENER (call);
+  void call (SCM);
 private:
   SCM callback_;
 };