]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string-handle.hh
*** empty log message ***
[lilypond.git] / flower / include / string-handle.hh
index 7527a2de5076fdcc87419b545d27a466ee774cf4..9551508110badafeda6acd9ba471f6951a4f1aa7 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "flower-proto.hh"
 
+namespace std {
 /**
    Reference counting for strings.
 
@@ -39,7 +40,7 @@ public:
   Byte const *to_bytes () const;
   char const *c_str () const;
   Byte *get_bytes ();
-  char *get_str0 ();
+  char *get_c_str ();
   bool is_binary_bo () const;
   void operator = (String_handle const &src);
   void operator += (char const *s);
@@ -56,6 +57,8 @@ public:
   int length () const;
 };
 
+}
+
 #ifdef STRING_UTILS_INLINED
 #ifndef INLINE
 #define INLINE inline