summaryrefslogtreecommitdiff
path: root/task_cc.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-06-18 07:27:57 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-06-18 08:07:20 +0200
commit80290e7d65dc498e9ea5e64aa6cbc65282072deb (patch)
tree796f723f449d58615c6d81f5eecd212a1e4d0399 /task_cc.h
parent33addfbf9cc21cd69b3d6476eb0c062bb2c6fcfb (diff)
New dependency system.
Diffstat (limited to 'task_cc.h')
-rw-r--r--task_cc.h4
1 files changed, 2 insertions, 2 deletions
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<std::string> depends() const override;