diff options
Diffstat (limited to 'src/mods.h')
-rw-r--r-- | src/mods.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mods.h b/src/mods.h index dedcc9897..f11401a15 100644 --- a/src/mods.h +++ b/src/mods.h @@ -66,7 +66,7 @@ struct ModSpec bool is_modpack; // if modpack: std::map<std::string,ModSpec> modpack_content; - ModSpec(const std::string name_="", const std::string path_=""): + ModSpec(const std::string &name_="", const std::string &path_=""): name(name_), path(path_), depends(), |