We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tool
1 parent 3af36c5 commit 893caa4Copy full SHA for 893caa4
1 file changed
common/include/villas/tool.hpp
@@ -48,6 +48,8 @@ class Tool {
48
virtual void parse() {}
49
50
virtual int run();
51
+
52
+ virtual ~Tool() {}
53
};
54
55
} // namespace villas
0 commit comments