X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator.hh;h=885198a7200bda4108826e068e5e08f222b42b02;hb=0fe24db3936774a8fb913cb14c997036db7aeb1c;hp=31cbe0590d431984b5e20fd25ed9bb99665f8d5b;hpb=886093b9ffe6b0f1a4a9d7d02ec12242c85b3caa;p=lilypond.git diff --git a/lily/include/translator.hh b/lily/include/translator.hh index 31cbe0590d..885198a720 100644 --- a/lily/include/translator.hh +++ b/lily/include/translator.hh @@ -120,8 +120,8 @@ enum Translator_precompute_index class Translator : public Smob { public: - static int print_smob (SCM, SCM, scm_print_state *); - static SCM mark_smob (SCM); + int print_smob (SCM, scm_print_state *); + SCM mark_smob (); static const char type_p_name_[]; virtual ~Translator (); private: