]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-interface.cc
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / grob-interface.cc
index 73cf230de7603b91b47d7ac2c482abe27cc57cf8..74cd104d376930b24c3be8be9aa83cf0a9ade35d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "grob-interface.hh"
@@ -29,7 +29,7 @@ SCM add_interface (char const *cxx_name,
   SCM d = scm_from_locale_string (descr);
   SCM l = parse_symbol_list (vars);
 
-  ly_add_interface (s, d, l);
+  internal_add_interface (s, d, l);
 
   return s;
 }