added const
This commit is contained in:
parent
0de3a8a48b
commit
9d4dca4fc1
2 changed files with 2 additions and 2 deletions
|
|
@ -43,6 +43,6 @@ export namespace Crafter::Build {
|
|||
std::vector<Dependency> dependencies;
|
||||
std::unordered_map<std::string, nlohmann::json> additionalProperties;
|
||||
Configuration(std::string name, std::string standard, std::vector<fs::path> sourceFiles, std::vector<fs::path> moduleFiles, std::string optimizationLevel, std::string buildDir, std::string outputDir, std::string type, std::string target, std::vector<Dependency> dependencies);
|
||||
Configuration(nlohmann::json& configs, nlohmann::json& config, fs::path workingDir);
|
||||
Configuration(const nlohmann::json& configs, const nlohmann::json& config, fs::path workingDir);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue