]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
Issue 4135/2: Replace mark_smob static member functions with non-static members
[lilypond.git] / lily / include / book.hh
index eb0a105f86d83196b32a0cdd8ed2f66ce57fe6e6..0910a9b9e7bfdc2f75a5024ff646e5559a5ea6d1 100644 (file)
@@ -30,7 +30,7 @@ class Book : public Smob<Book>
 {
 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 ~Book ();
   SCM header_;