From a9a8bcf32232a99740d9c23b7c5f8af20de09741 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 17 Jan 2025 09:49:35 +0100 Subject: Refactor task == std::string comparison --- src/task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task.h') diff --git a/src/task.h b/src/task.h index e930a54..32d0de3 100644 --- a/src/task.h +++ b/src/task.h @@ -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(); -- cgit v1.2.3