]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input.hh
Issue 4158: Turn Smob_base<>::print_smob into member functions
[lilypond.git] / lily / include / input.hh
index 5cdbdca2e6303c3855176a9ec355d77e56d32064..43dff1e4b9d5a0f62edf0bfd1d2718562919e3d1 100644 (file)
@@ -33,9 +33,9 @@ class Input : public Simple_smob<Input>
   Source_file *source_file_;
 public:
   static const char type_p_name_[];
-  static int print_smob (SCM, SCM, scm_print_state *);
+  int print_smob (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;