X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffile-name-map.cc;h=2521d9717597860e7c63c10999c763a187800e5c;hb=2976557ee7f774f7c7bb670caebef0c51af0b91f;hp=da6447db25674a80e05bf398bd386b76feaf108c;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/file-name-map.cc b/lily/file-name-map.cc index da6447db25..2521d97175 100644 --- a/lily/file-name-map.cc +++ b/lily/file-name-map.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2007 Han-Wen Nienhuys */ #include @@ -12,10 +12,10 @@ using namespace std; #include "file-name-map.hh" #include "lily-guile.hh" -map file_name_map_global; +map file_name_map_global; -String -map_file_name (String s) +string +map_file_name (string s) { if (file_name_map_global.find (s) != file_name_map_global.end ()) s = file_name_map_global[s];