diff options
Diffstat (limited to 'task_cc.h')
-rw-r--r-- | task_cc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |