We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf022c commit 8da80bdCopy full SHA for 8da80bd
1 file changed
include/scratchcpp/target.h
@@ -24,6 +24,7 @@ class LIBSCRATCHCPP_EXPORT Target
24
public:
25
Target();
26
Target(const Target &) = delete;
27
+ virtual ~Target() { }
28
29
/*! Returns true if this Target is the stage. */
30
virtual bool isStage() const { return false; }
0 commit comments