From: fred Date: Tue, 26 Mar 2002 22:42:31 +0000 (+0000) Subject: lilypond-1.3.0 X-Git-Tag: release/1.5.59~2033 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=070cfd546e7393cbbfb633c8fc186038a89960e5;p=lilypond.git lilypond-1.3.0 --- 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; };