From 1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 10 Jan 2023 16:00:36 +0100 Subject: Put ctor.h contents in ctor namespace. --- src/task.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/task.cc') diff --git a/src/task.cc b/src/task.cc index fb50765..5e3bbb8 100644 --- a/src/task.cc +++ b/src/task.cc @@ -6,6 +6,8 @@ #include #include +using namespace ctor; + Task::Task(const BuildConfiguration& config, const Settings& settings, const std::string& sourceDir) : config(config) -- cgit v1.2.3