diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-01-17 09:49:35 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-01-20 17:24:44 +0100 |
commit | c034ebb36e5d23ba1a4e7e123c7dce4f3ea7bba9 (patch) | |
tree | 5b3f8a6ab78815e0437a70c785fe737f360dd667 /src/task.h | |
parent | 4f77a82425f60ff928880048dfa79fdd6fba56d8 (diff) |
Refactor task == std::string comparison
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(); |