summaryrefslogtreecommitdiff
path: root/task_cc.h
diff options
context:
space:
mode:
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;