X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frelocate.hh;h=5fda3c73a7647d1a51e339932c35c1e28fbbfc41;hb=00216e16c717470ae53dbbfd1d52850d1b102e29;hp=1a3e8a38d9928ea161112debe86754d3a69c6a8a;hpb=c0a691181c981f55ef28e5daa8410b41e37ef808;p=lilypond.git diff --git a/lily/include/relocate.hh b/lily/include/relocate.hh index 1a3e8a38d9..5fda3c73a7 100644 --- a/lily/include/relocate.hh +++ b/lily/include/relocate.hh @@ -22,11 +22,11 @@ #include "std-string.hh" -void read_relocation_dir (string dirname); -void read_relocation_file (string filename); -string expand_environment_variables (string orig); +void read_relocation_dir (const string &dirname); +void read_relocation_file (const string &filename); +string expand_environment_variables (const string &orig); -int sane_putenv (char const *key, string value, bool overwrite); +int sane_putenv (char const *key, const string &value, bool overwrite); void setup_paths (char const *argv0); extern bool relocate_binary;