summaryrefslogtreecommitdiff
path: root/src/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.h')
-rw-r--r--src/task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/task.h b/src/task.h
index a43e08f..be3995f 100644
--- a/src/task.h
+++ b/src/task.h
@@ -30,6 +30,7 @@ public:
const std::string& sourceDir);
int registerDepTasks(const std::set<std::shared_ptr<Task>>& tasks);
+ virtual int registerDepTasksInner(const std::set<std::shared_ptr<Task>>& tasks) { return 0; }
bool operator==(const std::string& dep);