From 80290e7d65dc498e9ea5e64aa6cbc65282072deb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 18 Jun 2021 07:27:57 +0200 Subject: New dependency system. --- task_cc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'task_cc.h') diff --git a/task_cc.h b/task_cc.h index 5c19017..63ae623 100644 --- a/task_cc.h +++ b/task_cc.h @@ -19,9 +19,9 @@ public: const Settings& settings, const std::string& source); - bool dirty() override; + bool dirtyInner() override; - int run() override; + int runInner() override; int clean() override; std::vector depends() const override; -- cgit v1.2.3