]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator-group.hh
release: 1.3.1
[lilypond.git] / lily / include / translator-group.hh
index 00da2cd3917804bd9d78a4d71a2d8cf6ac725649..e1d91d1aeab4c7fa0328b2ae8641e3871205ae97 100644 (file)
@@ -38,8 +38,9 @@ class Translator_group : public virtual Translator {
   Cons_list<Translator> trans_p_list_;
 
 public:
-  SCM get_property (String type_str, Translator_group  **where_found_l) const;
+  SCM get_property (SCM name_sym, Translator_group  **where_found_l) const;
   void set_property (String var_name, SCM value);
+  
 
   String id_str_;