]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
Minor fix from Werner.
[lilypond.git] / lily / dots.cc
index d19f353a3b38e8ac5b4e43fff7f882869385f08b..1b2c7be8799fc59eba0347cd9d362783cdeaf9f2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "dots.hh"
@@ -26,7 +26,7 @@ Dots::print (SCM d)
 
   if (scm_is_number (c))
     {
-      Stencil d = Font_interface::get_default_font (sc)->find_by_name (String ("dots.dot"));
+      Stencil d = Font_interface::get_default_font (sc)->find_by_name (string ("dots.dot"));
       Real dw = d.extent (X_AXIS).length ();
 
       /*