diff options
Diffstat (limited to 'src/task_so.h')
-rw-r--r-- | src/task_so.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/task_so.h b/src/task_so.h index 09aa205..a249421 100644 --- a/src/task_so.h +++ b/src/task_so.h @@ -31,6 +31,7 @@ public: std::vector<std::string> depends() const override; std::string target() const override; + bool derived() const override; private: std::string flagsString() const; |