Skip to content

Commit 893caa4

Browse files
committed
fix(common): Add virtual destructor for Tool class
Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
1 parent 3af36c5 commit 893caa4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

common/include/villas/tool.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class Tool {
4848
virtual void parse() {}
4949

5050
virtual int run();
51+
52+
virtual ~Tool() {}
5153
};
5254

5355
} // namespace villas

0 commit comments

Comments
 (0)