We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6ae7a commit 175d175Copy full SHA for 175d175
src/Interpreter/interpreter.h
@@ -6,6 +6,8 @@
6
7
class Interpreter {
8
public:
9
+ virtual ~Interpreter();
10
+
11
/**
12
* Push a new frame on to the call stack
13
* @param m module
0 commit comments