summaryrefslogtreecommitdiff
path: root/src/task_ld.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 18:19:07 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 18:19:07 +0100
commiteb00551f0e990495c6d7533ed193f459cb449665 (patch)
tree51ba33b836e6d870378e6d614b1387787e3c7e2b /src/task_ld.cc
parent2b26fff20c1684bc96eac25cfb24e1230f9ca3ce (diff)
Rename Settings struct to setings
Diffstat (limited to 'src/task_ld.cc')
-rw-r--r--src/task_ld.cc2
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)