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 a249421..abd43c4 100644 --- a/src/task_so.h +++ b/src/task_so.h @@ -22,6 +22,7 @@ public: const std::string& target, const std::vector<std::string>& objects, const std::string& sourcePath); + virtual ~TaskSO() = default; bool dirtyInner() override; |