]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-group.cc
* lily/include/scm-hash.hh (class Scheme_hash_table): idem.
[lilypond.git] / lily / translator-group.cc
index 4a6109881a0694538d8a7f124165d18198515271..b9b3b33dedca69e2b02b6c87b9442f79aa0f4935 100644 (file)
@@ -264,7 +264,7 @@ Translator_group::each (Method_pointer method)
 Translator_group*
 Translator_group::where_defined (SCM sym) const
 {
-  if (properties_dict ()->elem_b (sym))
+  if (properties_dict ()->contains (sym))
     {
       return (Translator_group*)this;
     }