]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/afm.hh
string() -> to_string()
[lilypond.git] / lily / include / afm.hh
index e60686d8377ac4fa2941ba139df8c77502eb3406..a82eaeffcf2b16e6285a81b3325d484b02503caa 100644 (file)
@@ -27,7 +27,7 @@ struct Adobe_font_metric : Font_metric
   AFM_CharMetricInfo const *find_char_metric (String name, bool warn=true) const;
   AFM_CharMetricInfo const *find_ascii_metric (int, bool warn=true) const;  
 
-  String string () const;
+  String to_string () const;
   ~Adobe_font_metric ();
   static SCM make_afm (AFM_Font_info*, unsigned);