diff options
Diffstat (limited to 'src/task_ld.cc')
-rw-r--r-- | src/task_ld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task_ld.cc b/src/task_ld.cc index 20a4f37..9bbd1d8 100644 --- a/src/task_ld.cc +++ b/src/task_ld.cc @@ -14,7 +14,7 @@ using namespace ctor; TaskLD::TaskLD(const BuildConfiguration& config, - const Settings& settings, + const ctor::settings& settings, const std::string& target, const std::vector<std::string>& objects, const std::string& sourceDir) |