]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string-data.hh
*** empty log message ***
[lilypond.git] / flower / include / string-data.hh
index 43d145af6c278d02ede9198c89ba2ac09cb9134d..11dbe28189d32c657c154bd5d8a0723497889a79 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "flower-proto.hh"
 
+namespace std {
+  
 /**Internal String struct.
    the data itself. Handles simple tasks (resizing, resetting)
 */
@@ -65,8 +67,8 @@ class String_data
   void operator += (char const *str0);
 
   char const *c_str () const;
-
-  char *get_str0 ();
+  char *get_c_str ();
 
   Byte const *to_bytes () const;
 
@@ -82,6 +84,8 @@ class String_data
   bool is_binary_bo () const;
 };
 
+}
+
 #ifdef STRING_UTILS_INLINED
 #ifndef INLINE
 #define INLINE inline