]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string.icc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / flower / include / string.icc
index 52d221b5a0d74abbda527027569729fcafad731b..5da4b573f4ea717b672491aa26c4417f33013281 100644 (file)
@@ -19,9 +19,9 @@ to_string (String s)
 
 INLINE
 char const *
-String::to_str0 () const
+String::c_str () const
 {
-  return strh_.to_str0 ();
+  return strh_.c_str ();
 }
 
 // because char const* also has an operator ==, this is for safety: