]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dispatcher.hh
Issue 4135/2: Replace mark_smob static member functions with non-static members
[lilypond.git] / lily / include / dispatcher.hh
index 2be14d91777425f0080ccb6a73c29ce44ea01e42..5532d935fc1c4fe292da6101ccb70d47e744adf2 100644 (file)
@@ -27,7 +27,7 @@ class Dispatcher : public Smob<Dispatcher>
 {
 public:
   static int print_smob (SCM, SCM, scm_print_state *);
-  static SCM mark_smob (SCM);
+  SCM mark_smob ();
   static const char type_p_name_[];
   virtual ~Dispatcher ();
 private: