]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/prob.hh
Issue 4135/2: Replace mark_smob static member functions with non-static members
[lilypond.git] / lily / include / prob.hh
index eb19c8d79ab9cd6766ec2464d1597a1065a4c543..793d390b08bbf0577d5490622c1fa03e9a4c68d0 100644 (file)
@@ -35,7 +35,7 @@ class Prob : public Smob<Prob>
 {
 public:
   static int print_smob (SCM, SCM, scm_print_state *);
-  static SCM mark_smob (SCM);
+  SCM mark_smob ();
   static SCM equal_p (SCM, SCM);
   static const char type_p_name_[];
   virtual ~Prob ();