]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/output-def.hh
Issue 4135/2: Replace mark_smob static member functions with non-static members
[lilypond.git] / lily / include / output-def.hh
index 1e572e6e3023f52ebbe7d0b678948551a89429fa..518171120a08100fd8a81af121298ea8bef974d5 100644 (file)
@@ -50,7 +50,7 @@ class Output_def : public Smob<Output_def>
 {
 public:
   static int print_smob (SCM, SCM, scm_print_state *);
-  static SCM mark_smob (SCM);
+  SCM mark_smob ();
   virtual ~Output_def ();
   VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def);