summaryrefslogtreecommitdiff
path: root/src/task_so.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-12-02 20:42:58 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2022-06-06 10:21:43 +0200
commit1523880f97eab00120c029d55bab47252f31f166 (patch)
treec9c8e5c741ffc218ba09155aa7115a64bd4cfde5 /src/task_so.h
parenta24b4475feca21444e290f54d963a1587553d883 (diff)
Add missing virtual destructors.
Diffstat (limited to 'src/task_so.h')
-rw-r--r--src/task_so.h1
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;