diff options
Diffstat (limited to 'src/task.h')
-rw-r--r-- | src/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ public: bool operator==(const std::string& dep); - virtual std::string name() const; + std::string name() const; bool dirty(); bool ready(); int run(); |