]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/file-name-map.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / file-name-map.hh
index 6ae14254dfe61bc0b6fead271878b47e7f29d09c..328b26c11b56e79dda5f538bde253d4b38108644 100644 (file)
@@ -3,16 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef FILE_NAME_MAP_HH
 #define FILE_NAME_MAP_HH
 
-#include "string.hh"
+#include "std-string.hh"
 
-String map_file_name (String s);
+string map_file_name (string s);
 
 #endif /* FILE_NAME_MAP_HH */