]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.0
authorfred <fred>
Tue, 26 Mar 2002 22:42:33 +0000 (22:42 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:42:33 +0000 (22:42 +0000)
lily/include/translator.hh

index d2db7b13e40db6af2f23f70f467cf0dea78d1ccc..ec0feb943f3484cc5de8b985a05a62ff38337dec 100644 (file)
@@ -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: