]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-string.hh
* flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
[lilypond.git] / flower / include / std-string.hh
index 129cf4dfc7747eb1b7d445619a92858bcabd74f0..1a505cc79a40ad10175f1e2873859accabf5c2c2 100644 (file)
@@ -11,8 +11,9 @@
 
 #if !STD_STRING
 
-#define Std_string
+#define Std_string String
 #define to_std_string to_string
+class String;
 #include "string.hh"
 
 #else
@@ -48,6 +49,9 @@ namespace std {
   Std_string to_std_string (char const *format, ...);
 }
 
+}
 #endif /* STD_STRING */
+  
+Std_string &replace_all (Std_string &str, Std_string find, Std_string replace);
 
 #endif /* STD_STRING_HH */