]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/offset.cc
fix conditional-elements in horizontal-spacing skylines
[lilypond.git] / flower / offset.cc
index a4e7ee90e9fbdf7b414f4041919be0645b0931bf..a0e87b58cf57984734386aabc3a6b3dc8ea99b7d 100644 (file)
@@ -3,18 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "offset.hh"
 
 
 #ifndef STANDALONE
-String
+string
 Offset::to_string () const
 {
-  String s;
-  s = String (" (") + ::to_string (coordinate_a_[X_AXIS]) + ", "
+  string s;
+  s = string (" (") + ::to_string (coordinate_a_[X_AXIS]) + ", "
     + ::to_string (coordinate_a_[Y_AXIS]) + ")";
   return s;
 }