]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/offset.cc
``slikken kreng''
[lilypond.git] / flower / offset.cc
index d797f5f96b0e2f97d036de8ce33364928b5353a3..92d2937b0a834642dccf34d3f935a90fd2214773 100644 (file)
 
 #ifndef STANDALONE
 String
-Offset::str () const
+Offset::string () const
 {
   String s;
-  s = String (" (") + to_str (coordinate_a_[X_AXIS]) + ", " 
-    + to_str (coordinate_a_[Y_AXIS]) + ")";
+  s = String (" (") + to_string (coordinate_a_[X_AXIS]) + ", " 
+    + to_string (coordinate_a_[Y_AXIS]) + ")";
   return s;
 }
 #endif