]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-lexer.hh
Issue 4135/2: Replace mark_smob static member functions with non-static members
[lilypond.git] / lily / include / lily-lexer.hh
index 050e01f525b79261ef0df705917fe6d64f427aa3..eb57de8f6a5b6e16d7d2d3c30383da632e0b7371 100644 (file)
@@ -35,7 +35,7 @@ class Lily_lexer : public Smob<Lily_lexer>, public Includable_lexer
 {
 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 ~Lily_lexer ();
 private: