summaryrefslogtreecommitdiffhomepage
path: root/LanguageSettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'LanguageSettings.h')
-rw-r--r--LanguageSettings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/LanguageSettings.h b/LanguageSettings.h
index 0378d81..83eaa09 100644
--- a/LanguageSettings.h
+++ b/LanguageSettings.h
@@ -10,13 +10,13 @@ public:
LanguageSettings();
std::string getCompileCommand(const std::filesystem::path& target,
- const std::filesystem::path &source,
+ const std::filesystem::path& source,
const std::filesystem::path& build,
const std::vector<std::filesystem::path>& includepaths) const;
std::string getLinkCommand(const std::filesystem::path& target,
- const std::vector<std::filesystem::path> &inputs,
- const std::vector<std::string>& link_libs) const;
- std::string getDepCommand(const std::filesystem::path& target, const std::filesystem::path &source) const;
+ const std::vector<std::filesystem::path>& inputs,
+ const std::vector<std::filesystem::path>& link_libs) const;
+ std::string getDepCommand(const std::filesystem::path& target, const std::filesystem::path& source) const;
private:
std::string CXX;