diff options
Diffstat (limited to 'src/task_ld.h')
-rw-r--r-- | src/task_ld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/task_ld.h b/src/task_ld.h index 516641f..08d5a22 100644 --- a/src/task_ld.h +++ b/src/task_ld.h @@ -22,6 +22,7 @@ public: const std::string& target, const std::vector<std::string>& objects, const std::string& sourcePath); + virtual ~TaskLD() = default; bool dirtyInner() override; |