]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string.icc
* The grand 2005-2006 replace.
[lilypond.git] / flower / include / string.icc
index 526d7c4eba9448be4aa5972a5537ce7d7cc63dca..52d221b5a0d74abbda527027569729fcafad731b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef STRING_ICC
@@ -17,6 +17,13 @@ to_string (String s)
   return s;
 }
 
+INLINE
+char const *
+String::to_str0 () const
+{
+  return strh_.to_str0 ();
+}
+
 // because char const* also has an operator ==, this is for safety:
 INLINE
 bool