summaryrefslogtreecommitdiff
path: root/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'task.h')
-rw-r--r--task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/task.h b/task.h
index 8ad11c3..6e71db6 100644
--- a/task.h
+++ b/task.h
@@ -26,6 +26,7 @@ public:
int registerDepTasks(const std::list<std::shared_ptr<Task>>& tasks);
+ virtual std::string name() const;
bool dirty();
bool ready();
int run();