]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/prob.hh
Issue 4158: Turn Smob_base<>::print_smob into member functions
[lilypond.git] / lily / include / prob.hh
index 793d390b08bbf0577d5490622c1fa03e9a4c68d0..e90355c5eba65ca04ac80039e8c8c68a6a91adda 100644 (file)
@@ -34,7 +34,7 @@
 class Prob : public Smob<Prob>
 {
 public:
-  static int print_smob (SCM, SCM, scm_print_state *);
+  int print_smob (SCM, scm_print_state *);
   SCM mark_smob ();
   static SCM equal_p (SCM, SCM);
   static const char type_p_name_[];