]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string.hh
release: 0.1.24
[lilypond.git] / flower / include / string.hh
index 9e60bf9858ee02be020b9978f62d171cdc54cfe3..91342a1de368bfb288669783decfeacd93de41bf 100644 (file)
 
 #include "string-handle.hh"
 
+/**
+  technically incorrect, but lets keep it here: this is a
+  catch all place for this stuff.
+  */
+  
+#include "international.hh"
+
 /** 
  
   Intuitive string class. provides 
@@ -83,10 +90,7 @@ public:
   Byte const* byte_C() const;
   char* ch_l();
   Byte* byte_l();
-#if 0
-  /// deprecated; use ch_C()
-  operator char const*() const { return ch_C(); }
-#endif
+
   String &operator =(String const & source);
 
   /// concatenate s