]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scheme-listener.hh
Issue 4135/2: Replace mark_smob static member functions with non-static members
[lilypond.git] / lily / include / scheme-listener.hh
index b8e42ee9110a86cd833b2916b0ab4cc37e93d8c7..00242083fda0fdbd4585cc1053626ece4d0c0825 100644 (file)
@@ -30,7 +30,7 @@ class Scheme_listener : public Smob<Scheme_listener>
 {
 public:
   static int print_smob (SCM, SCM, scm_print_state *);
-  static SCM mark_smob (SCM);
+  SCM mark_smob ();
   virtual ~Scheme_listener ();
   Scheme_listener (SCM callback);
   DECLARE_LISTENER (call);