From 070cfd546e7393cbbfb633c8fc186038a89960e5 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:42:31 +0000 Subject: [PATCH] lilypond-1.3.0 --- lily/include/score-element.hh | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/lily/include/score-element.hh b/lily/include/score-element.hh index 25a30532ff..c9b1a30188 100644 --- a/lily/include/score-element.hh +++ b/lily/include/score-element.hh @@ -11,7 +11,7 @@ #include "virtual-methods.hh" #include "graphical-element.hh" #include "lily-guile.hh" - +#include "smobs.hh" typedef void (Score_element::*Score_element_method_pointer) (void); @@ -148,13 +148,8 @@ protected: static Interval dim_cache_callback (Dimension_cache*); public: - SCM smobify_self (); - static SCM mark_smob (SCM); - static scm_sizet free_smob (SCM s); - static int print_smob (SCM s, SCM p, scm_print_state*); - static long smob_tag; - static void init_smobs(); - SCM self_scm_; + + DECLARE_SMOBS; }; -- 2.39.5