diff options
Diffstat (limited to 'task_cc.h')
-rw-r--r-- | task_cc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ public: const Settings& settings, const std::string& sourceDir, const std::string& source); + std::string name() const override; bool dirtyInner() override; int runInner() override; |