]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/file-name-map.hh
Docs: Fix fixed IR compilation (copy @q and @qq from macros.itely)
[lilypond.git] / lily / include / file-name-map.hh
index 98273e170c66b39a69de26a6b05151e2e1b290bc..74d96a28bf9253fc7bba91eebe72331f78a8a8db 100644 (file)
@@ -3,15 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 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 */