Skip to content

Commit 175d175

Browse files
committed
Add missing virtual destructor
1 parent 4c6ae7a commit 175d175

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Interpreter/interpreter.h

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
class Interpreter {
88
public:
9+
virtual ~Interpreter();
10+
911
/**
1012
* Push a new frame on to the call stack
1113
* @param m module

0 commit comments

Comments
 (0)