]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/offset.cc
(get_stencil): new file: separate out
[lilypond.git] / flower / offset.cc
index 9265f12fdaf9800bd5e24ad5647c178044ef8b30..a0e87b58cf57984734386aabc3a6b3dc8ea99b7d 100644 (file)
 
 
 #ifndef STANDALONE
-Std_string
+string
 Offset::to_string () const
 {
-  Std_string s;
-  s = Std_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;
 }