]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-hash.cc
Imported sources
[lilypond.git] / lily / scm-hash.cc
index 1a49a39b549f4e4b75785e58efa594e7d2db52f3..9fbd7c5153ae5408c7f5a806f24619096f4813ec 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 #include <stdio.h>
@@ -93,7 +93,7 @@ Scheme_hash_table::try_retrieve (SCM k, SCM *v)
 }
 
 bool
-Scheme_hash_table::elem_b (SCM k) const
+Scheme_hash_table::contains (SCM k) const
 {
   return ly_pair_p (scm_hashq_get_handle (hash_tab_, k));
 }