]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input.hh
Issue 4135/2: Replace mark_smob static member functions with non-static members
[lilypond.git] / lily / include / input.hh
index 5cdbdca2e6303c3855176a9ec355d77e56d32064..12c3485b117e8c0761a11b29ffda4849188ac99b 100644 (file)
@@ -35,7 +35,7 @@ public:
   static const char type_p_name_[];
   static int print_smob (SCM, SCM, scm_print_state *);
   static SCM equal_p (SCM, SCM);
-  static SCM mark_smob (SCM);
+  SCM mark_smob ();
   Source_file *get_source_file () const;
   char const *start () const;
   char const *end () const;