From: fred Date: Tue, 26 Mar 2002 22:42:33 +0000 (+0000) Subject: lilypond-1.3.0 X-Git-Tag: release/1.5.59~2031 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=259f841a1c84f92dbed8599144a34e5fab12e658;p=lilypond.git lilypond-1.3.0 --- diff --git a/lily/include/translator.hh b/lily/include/translator.hh index d2db7b13e4..ec0feb943f 100644 --- a/lily/include/translator.hh +++ b/lily/include/translator.hh @@ -13,7 +13,7 @@ #include "string.hh" #include "lily-proto.hh" #include "virtual-methods.hh" -#include "scalar.hh" +#include "property-inspect.hh" #include "dictionary.hh" #include "parray.hh" #include "input.hh" @@ -59,7 +59,7 @@ public: ask daddy for a feature */ Music_output_def *output_def_l () const; - Scalar get_property (String, Translator_group **) const; + SCM get_property (String, Translator_group **) const; virtual Moment now_mom () const; protected: