]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-array.hh
Issue 4135/2: Replace mark_smob static member functions with non-static members
[lilypond.git] / lily / include / grob-array.hh
index feeda8a36a23c43831ee11a1f7f3d39e39568bb9..093b2d6bdc2750f1a4e28ef11eff45e9b74af10e 100644 (file)
@@ -28,7 +28,7 @@ class Grob_array : public Simple_smob<Grob_array>
 {
 public:
   static int print_smob (SCM, SCM, scm_print_state *);
-  static SCM mark_smob (SCM);
+  SCM mark_smob ();
   static const char type_p_name_[];
 private:
   vector<Grob *> grobs_;