diff options
Diffstat (limited to 'task_cc.h')
-rw-r--r-- | task_cc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ class TaskCC public: TaskCC(const BuildConfiguration& config, const Settings& settings, - const std::string& source); + const std::string& sourceDir, const std::string& source); bool dirtyInner() override; |